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
{{ message }}
This repository was archived by the owner on Jan 5, 2021. It is now read-only.
Everything works fine in dev, however we are getting a 500 when trying to use it in production. When scheduling a task I am getting:
Error: Unexpected status: 500
at QuirrelClient.<anonymous> (/var/task/node_modules/@quirrel/client/dist/src/index.js:151:35)
at step (/var/task/node_modules/@quirrel/client/dist/src/index.js:44:23)
at Object.next (/var/task/node_modules/@quirrel/client/dist/src/index.js:25:53)
at fulfilled (/var/task/node_modules/@quirrel/client/dist/src/index.js:16:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Not sure how to go about debugging this. We have the QUIRREL_TOKEN and QUIRREL_ENCRYPTION_SECRET set like the documentation says. We are setting the QUIRREL_BASE_URL to reference the VERCEL_URL so that it will work on both our preview builds and our production builds.
Everything works fine in dev, however we are getting a 500 when trying to use it in production. When scheduling a task I am getting:
Not sure how to go about debugging this. We have the
QUIRREL_TOKENandQUIRREL_ENCRYPTION_SECRETset like the documentation says. We are setting theQUIRREL_BASE_URLto reference the VERCEL_URL so that it will work on both our preview builds and our production builds.