ERR without any further information - what is the actual error? #795
Unanswered
crummy
asked this question in
Help & Questions
Replies: 2 comments
-
Indeed, swallowing errors is a no-go. But I can't reproduce:
Also a GitHub repo would be nicer as it allows me to use gitpod.io instead of Stackblitz. (I don't know if I can find out the GitHub repository in Stackblitz?) |
Beta Was this translation helpful? Give feedback.
0 replies
-
hmm neither can I now. I'll try to build a better repro tomorrow, thanks for your reply. |
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
-
I'm working on migrating a Gatsby app to VPS, which is slow going so far. So far I copy paste a file, then begin finding and fixing the issues one-by-one (e.g. using plain react-i18next instead of gatsby-plugin-react-i18next).
Sometimes it is hard to figure out what the next problem is. With my current setup when I visit my root page in the browser I see this:
Vite logs show:
I don't have any additional information given to me. I can figure out painstakingly by commenting out code, but I wondered if there was some debug mode or some way to see the error properly.
I have a repro here, not sure if it's useful or not. I'm not interested in the actual problem in the repro which is a bit arbitrary - just want to see the actual errors somewhere.
Beta Was this translation helpful? Give feedback.
All reactions