This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Server-side exceptions are not recorded when deployed to Vercel #9
Labels
bug
Something isn't working
When I deploy to Vercel, I can't get server-side errors to show up in Honeybadger. All the server pages give me a 404. The Vercel log looks like this:
So it appears that the function is getting called and erroring as I'd expect (500) but then displaying a 404. I don't yet understand why the "Edge Status" differs from the "Function Status".
I did confirm that there's nothing wrong with the routing, by adding another page within the
/server
folder that does not throw an error. That page loads fine on Vercel, so it's definitely related to error handling and not a true 404._error.js
is getting called, however it's getting called for the 404, not the 500. Theerr
object is null.Based on comments from @subzero10 I do not think these Vercel issues are new.
The text was updated successfully, but these errors were encountered: