webface
webface
Renders with 2 warnings `Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead. => Meteor server restarted W20210405-18:11:42.988(-4)?...
@ErikDakoda I shared the link to the repo, if you could help with this, I'd greatly appreciate it
This is the second part of the error. It looks like something to do with SSR. req.url resolves to an object in `vulcan:lib/lib/server/apollo-ssr/renderPage.js:61:7` `Error while server-rendering. date: Mon Apr 05...
Also when I enable backoffice and view it I. get the same error but also for the SSR and req.url is an object `=> Started proxy. => Started MongoDB. W20210405-23:35:31.317(-4)?...
@ErikDakoda @eric-burel makes sense. thanks for this. Does Vulcan Next have all the cool packages of Vulcan Meteor? I spent the whole holidays on Vulcan Meteor
@eric-burel I'll check it out. Question now is @ErikDakoda does Vulcan Meteor support SSR as long as youre using bootstrap? I can live with that
I tried bootstrap. I had similar errors till I set ssr to true then it worked. Maybe I just needed to set ssr to true for the mat hi also....
``` const typeDefs = gql` type Query { restaurants: [Restaurant] resume: User } type Restaurant { _id: ID! name: String } type User{ _id:ID email:String profile:profileSchema } type profileSchema{ name:...
@kadamwhite I too am having the same issue. I am testing against a headless wordpress app using https://ca.wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ V1 I can test the plugin with postman and axios in react...