question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New version(0.1.36) missing fixtures atribute in ServerConfig

See original GitHub issue
export interface ServerConfig {
    urlPrefix?: string;
    fixtures?:any; // -> this line missing
    ...
  }

untill previous version we used:

export default new Server({
  environment: '',
  models: {
     ...
  },
  fixtures: {
    ....
  },
  seeds(server) {
    server.loadFixtures()
  },
  routes() {
   ...
  }
})

but after update to v: 0.1.36 fixtures is not parameter of ServerConfig

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
eini-rccommented, Apr 7, 2020

@samselikoff @zoltan-nz Thanks for the quick fix!!!

0reactions
samselikoffcommented, Apr 7, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Zimbra Attributes ZCS7
Zimbra devs - things to keep in mind when adding new attributes: 1) Always add the new attribute at the end of the...
Read more >
FreeBSD - DistroWatch.com
FreeBSD is a UNIX-like operating system for the i386, amd64, IA-64, arm, MIPS, powerpc, ppc64, PC-98 and UltraSPARC platforms based on U.C. Berkeley's ......
Read more >
[Yum-devel] [PATCH] Changed archlist set up to handle ...
P1.fc15 Lite version of header files and libraries needed for BIND DNS development New package: biosdevname-0.3.8-1.fc15 Udev helper for ...
Read more >
Index of /freebsd-pkg/FreeBSD:14:armv7/latest/All/
... 19-Dec-2022 23:37 17733 HVSC-Update-2.8.7.pkg 20-Dec-2022 18:07 ... 17-Dec-2022 23:38 583344 bgpq3-0.1.36.pkg 20-Dec-2022 19:54 32178 ...
Read more >
Linux 32 - :: Anaconda.org
Name, Version, Build, Download ... py27_0, django-field-attributes-1.2.3-py27_0.tar.bz2 ... 0.1.36, py27_0, django-threaded-messages-0.1.36-py27_0.tar.bz2.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found