-
Hi,
I am new to Vulcan and so I was following along the Movies example and I noticed that there is an error happening every time a movie is deleted. The error is:
TypeError: Cannot convert u…
-
Reproduce:
Add Admin package to you VulcanJS app,
Create a new premissions group,
Edit one of the users to add him/her to a group
Click on the checkbox to add to the new group -
It won't become c…
-
Currently it's only initialized when the server starts, which leads to stale data:
https://github.com/VulcanJS/Vulcan/blob/devel/packages/vulcan-lib/lib/server/apollo-server/context.js#L38-L46
-
With the new version of Apollo, it seems like `"2"` is no longer accepted for a `Float` field, it has to be `2`. For now I've fixed it by casting any string that is a valid number to a number:
htt…
-
Move to a new version of vulcanjs that includes the new material ui framework
-
Hello
I am not sure if this is the rigth place to ask but try once.
Coming from article about serverless React + GraphQL app
https://dashbird.io/blog/serverless-react-graphql/
I am wonderi…
-
## 💥 Proposal
When `cleanUrl` setting is used, it works great but if this option is **not enabled**, every page shows ".html" at the end of the url. But, the "home" link (near the top-left corner o…
-
I am trying to upload photos to cloudinary in the example-Instagram app
I tried type String and Array, not none of them works
```
imageUrl: {
label: 'Image URL',
type: String,
canRead…
-
Hi,
My app was deployed successfully. However when running on the server, I got the following error:
Error: GraphQL error: Unknown type "MultiPostInput". Did you mean "PostsInput"?
Error: GraphQL…
-
modals no longer work. probably related to update to bootstrap 4 ?
they mount the modal, but its invisible, because the fade class is not removed (or something similar)