We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nuxt 3.10.3 Nitro 2.8.1
(I will try to make a reproduction soon)
When I'm in dev with Nuxt 3, I can get error.statusText and error.statusMessage but after build they are undefined,
error.statusText
error.statusMessage
However, I can see my status message in the network section of Chrome.
I'm trying to get in client a nitro error like this:
throw createError({ statusCode: 403, statusMessage: 'Forbiden', data: { code: 'subscription_required' } })
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Nuxt 3.10.3
Nitro 2.8.1
Reproduction
(I will try to make a reproduction soon)
Describe the bug
When I'm in dev with Nuxt 3, I can get
error.statusText
anderror.statusMessage
but after build they are undefined,However, I can see my status message in the network section of Chrome.
I'm trying to get in client a nitro error like this:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: