Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example errors out #47

Open
RyKilleen opened this issue Jul 30, 2021 · 1 comment
Open

Example errors out #47

RyKilleen opened this issue Jul 30, 2021 · 1 comment

Comments

@RyKilleen
Copy link

Just wanted to make the maintainers aware that the Netlify hosted version of this repo referenced in https://github.com/redwoodjs/awesome-redwood fails after initializing.

It looks like it's probably a graphql failure, with the following message in a 502 from the graphql endpoint:

{"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module '@babel/runtime-corejs3/core-js/object/define-property'\nRequire stack:\n- /var/task/node_modules/@redwoodjs/api/dist/index.js\n- /var/task/api/dist/functions/graphql.js\n- /var/task/graphql.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js","trace":["Runtime.ImportModuleError: Error: Cannot find module '@babel/runtime-corejs3/core-js/object/define-property'","Require stack:","- /var/task/node_modules/@redwoodjs/api/dist/index.js","- /var/task/api/dist/functions/graphql.js","- /var/task/graphql.js","- /var/runtime/UserFunction.js","- /var/runtime/index.js","    at _loadUserApp (/var/runtime/UserFunction.js:100:13)","    at Object.module.exports.load (/var/runtime/UserFunction.js:140:17)","    at Object.<anonymous> (/var/runtime/index.js:43:30)","    at Module._compile (internal/modules/cjs/loader.js:999:30)","    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)","    at Module.load (internal/modules/cjs/loader.js:863:32)","    at Function.Module._load (internal/modules/cjs/loader.js:708:14)","    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)","    at internal/main/run_main_module.js:17:47"]}
@thedavidprice
Copy link
Contributor

Ah, thank you for reporting this. We've fixed this in the upcoming v0.36. Will upgraded and re-deploy soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants