I am currently using the docker compose standalone version and everything was going well with a basic setup (no OAuth info or anything like that, just admin info in environment).
However, when I go to the GraphiQL interface it gives me this error:
TypeError: Cannot read property 'data' of null
at https://something.com/build/3.92bac83b9fd26a82d467.chunk.js:13:228198
at r.invoke (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:7147)
at Object.onInvoke (https://something.com/build/app.js?92bac83b9fd26a82d467:293:1955)
at r.invoke (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:7087)
at e.run (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:2256)
at https://something.com/build/shims.js?92bac83b9fd26a82d467:16:13993
at r.invokeTask (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:7848)
at Object.onInvokeTask (https://something.com/build/app.js?92bac83b9fd26a82d467:293:1867)
at r.invokeTask (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:7769)
at e.runTask (https://something.com/build/shims.js?92bac83b9fd26a82d467:16:2969)
Is there some sort of asset pipeline or something that I need to re-run in order for GQL to work? I had a similar issue on the production cloud version where my GQL didn’t update immediately so that is why I am wondering if there is some sort of cron or something that generates the schema?
Thanks,
J