500 Error uploading file in production but not dev #3787
Unanswered
dmeinke-etc
asked this question in
Help
Replies: 1 comment
-
You can console log the try {
await Drive.<someAction>()
} catch (error) {
console.log(error.original)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Drive plugin to upload files and when in production mode it just throws a 500 error. But when I switch the production code base to run in dev with npm run dev it will show all my console.log entries and it actually works.
How would I trouble shoot this in production where I can see some console.log entries or where should I start looking?
Very hard to fix with no error messages.
Beta Was this translation helpful? Give feedback.
All reactions