You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Example-Forum app run well in local mode (using the latest build of VulcanJS and Vulcan-Starter). I deployed it to my server with Mup version 1.4.5. The deploy went well and I have my app running on my test server at https://nova.adalidda.com/
However, I got the following GraphQL error:
Error: GraphQL error: Unknown type "MultiPostInput". Did you mean "PostsInput"?
GraphQL error: Cannot query field "posts" on type "Query".
at new t (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at n.currentResult (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s.dataForChild (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s.render (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at beginWork (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at r (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at i (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at a (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at T (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
Hi,
My Example-Forum app run well in local mode (using the latest build of VulcanJS and Vulcan-Starter). I deployed it to my server with Mup version 1.4.5. The deploy went well and I have my app running on my test server at https://nova.adalidda.com/
However, I got the following GraphQL error:
Error: GraphQL error: Unknown type "MultiPostInput". Did you mean "PostsInput"?
GraphQL error: Cannot query field "posts" on type "Query".
at new t (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at n.currentResult (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s.dataForChild (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s.render (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at s (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at beginWork (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at r (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at i (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at a (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
at T (762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7)
Unhandled (in react-apollo) Error: GraphQL error: Cannot query field "locale" on type "User".
at new t (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:587400)
at n.currentResult (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:589541)
at s.dataForChild (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:552763)
at s.render (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:553603)
at s (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:965417)
at beginWork (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:967123)
at r (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:979250)
at i (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:979571)
at a (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:979807)
at T (https://nova.adalidda.com/762733c3583714b50ce1c07ee75b907a0df22751.js?meteor_js_resource=true:7:983336)
What is wrong ?
Thank You
Adalidda
The text was updated successfully, but these errors were encountered: