-
Notifications
You must be signed in to change notification settings - Fork 135
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
[🐛 Bug]: "Error: The 'referrerPolicy' field on 'RequestInitializerDict' is not implemented." #487
Comments
Hi there, Are you able to share some more context by any chance - what are you doing where this happens? Are you intentionally trying to use a If you aren't trying to use |
I am not trying to intentionally use it. |
It's caused by this line in Sentry: Should Toucan.js be used in next-on-pages instead? |
Thanks for digging into the source of the problem. Looking at it, this is an issue that they should fix in their SDK with a simple check for It seems strange to me that the maintainer who replied to your issue has chosen this simple check as the point where they don't want to improve compatibility for Cloudflare when they made a more significant change last month to help us fix #420. |
Fixed on Sentry side |
next-on-pages environment related information
Description
First request usually works. Then, refreshing the page or opening it in a new tab throws the following error:
If I wait a few minutes and refresh, it works again but just once. This gives me a hunch it's something about the cache maybe?
It happens both on Cloudflare as well as locally when using
wrangler pages dev
.Pages Deployment Method
Pages CI (GitHub/GitLab integration)
Pages Deployment ID
3255a5ad-f60d-418e-b795-4214680de433
Additional Information
No response
Would you like to help?
The text was updated successfully, but these errors were encountered: