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
Nitro: v1.0.0 Node: v16.18.1
repo: https://github.com/DanSnow/nitro-bug Cloudflare Page: https://nitro-bug.pages.dev
405 method not allow
I think it's because here only test 404 error, but Cloudflare will respond 405 if the method is not GET here https://github.com/unjs/nitro/blob/main/src/runtime/entries/cloudflare-pages.ts#L25
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
Nitro: v1.0.0
Node: v16.18.1
Reproduction
repo: https://github.com/DanSnow/nitro-bug
Cloudflare Page: https://nitro-bug.pages.dev
405 method not allow
errorDescribe the bug
I think it's because here only test 404 error, but Cloudflare will respond 405 if the method is not GET here
https://github.com/unjs/nitro/blob/main/src/runtime/entries/cloudflare-pages.ts#L25
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: