You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a google ad pixel fires we get the error Uncaught (in promise) TypeError: Failed to fetch if using Adblock Plus extension. I'm using Chrome on mac.
I've started investigating this problem, and I have a few questions:
Does this cause any issues besides being logged into the console? The Failed to fetch and BLOCKED_BY_CLIENT exceptions being thrown are the expected behaviour as far as I can see.
Are there errors logged to the console with supertokens disabled?
Could you add a screenshot of the console contents with and without supertokens?
In development, rather than just a "failed to fetch" error we also get an error popup (we're using nextjs) like this:
The error that is causing problems still gets logged to the console without supertokens but is smaller and doesn't trigger the nextjs error popup. Here are screenshots with and without supertokens initialised:
When a google ad pixel fires we get the error
Uncaught (in promise) TypeError: Failed to fetch
if using Adblock Plus extension. I'm using Chrome on mac.The ad pixel request looks something like this:
The error occurs in
recipeImplementation.js
here:I can disable the ad blocker and the problem disappears but this error doesn't occur when not using supertokens so I thought I should report the bug.
EDIT: happens both in development and production
The text was updated successfully, but these errors were encountered: