Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Getting a 500 when using deployed to production #3

@casesandberg

Description

@casesandberg

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions