-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source maps not working on nextjs for server files #1251
Comments
Any update on this? |
Hey @maxkostow, I'm trying source maps with a nextjs example app. I've setup this project and deployed to Vercel.
The project comes with button to send a manual report to Honeybadger. You can see it here. These errors show up with the expected source map applied on Honeybadger: Is it possible to share an example repository where source maps are not working for you so that I can try on that project as well? |
That appears to be a client component (not the I'm now noticing that the github issue does not mention it, but on the support ticket I believe it is mentioned that this is for server side sourcemaps; the client side ones are working. |
Ah yes you are right. I'll look into that then! |
Any update on this? As you can imagine it is quite problematic for debugging. If this cannot be resolved we will have to consider moving to another error tracking provider. Unfortunate since otherwise honeybadger has been quite nice for us. |
Hey @maxkostow, apologies for not getting back sooner. I did have a look into this but it's not a simple task. |
Even with #1248, a user is having issues on getting source maps to work for server files.
Front conversations
The text was updated successfully, but these errors were encountered: