data-dictionary
data-dictionary copied to clipboard
@GavinRay97 sorry been looking through Discord and everywhere, simple issue. I've had this running on local machine no issues but our Hasura dev stack is now running on our AWS...
Unhandled Runtime Error ClientError: Cannot read property 'shift' of undefined { "message": "Cannot read property 'shift' of undefined", "locations": [ { "line": 1, "column": 1093 } ], "path": [ "postgres"...
To reproduce, replace `next.config.js` with the following: ```js module.exports = { basePath: '$DATA_DICTIONARY_BASE_PATH', typescript: { ignoreBuildErrors: true }, serverRuntimeConfig: { PROJECT_ROOT: __dirname } } ``` where `DATA_DICTIONARY_BASE_PATH` is a relative...
From conversation with someone trying to integrate the app, realized that the Next.js API doesn't have CORS enabled. To fix this, `/pages/api/graphql.ts` needs to updated with: ```ts // Make sure...
Hello, First of all congrats for this great work! Is there a way to run the backend standalone i.e. only the graphql endpoint without the react frontend? I see the...
Hi, could anybody help me with the error I'm facing with the react app (hasura side works ok): ``` ➜ yarn dev yarn run v1.22.10 $ next dev Loaded env...