-
The new and edit buttons for films do not work.
New will give the following error after submitting the form:
Network error: NetworkError when attempting to fetch resource.
Edit will return what…
-
Hi,
I am currently trying to make Meteor fully usable through GraphQL, without DDP connection. The last missing bit is user authentication.
- Meteor version: 1.83 but should apply to 1.9 too…
-
Hi !
In storybook, the folder with the inputs of forms does not appear at the first launch of storybook.
I need to rebuild the webpack (I guess it is what happen) to see it :
![bug_storybook](…
-
Hi, I was trying to set up Vulcan but ran into this error when I ran `npm install` and figured I should report it:
```
> git clone https://github.com/VulcanJS/Vulcan
> cd Vulcan/
> mv sample_set…
-
When uncommenting the line in the MovieApp2 component, the render of the list fails with: `Network error: Response not successful: Received status code 400`
The node server throws the following err…
-
I'm creating an account on step 13 of the getting started tutorial. When I go to make a user I get this error:
```
Exception in delivering result of invoking 'createUser': TypeError: Cannot read p…
-
on the "devel" branch on step 12 the displayName is never shown and the following steps don't render as intended.
seen on a two repo installation with both on "devel" branch at 1.14.0
OS: Ubunt…
-
Hello happy people,
I can not access the slack (vulcanjs.slack.com requires a specific mail domain, and slack.vulcanjs.org shows an Heroku error).
Can someone do something about it ? I would be …
-
Don't see instructions in the docs or blog post release announcements 😊
![image](https://user-images.githubusercontent.com/251288/42054156-a056b08a-7ae1-11e8-9219-c2321d49203f.png)
-
Hi,
Currently we can't `addRoute` in a `Meteor.startup` call, because we can't guarantee the call to addRoute is made before we populate the Routes object. So if `addRoute` is called after the pop…