Skip to content
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

Avoid page getting blocked by uBlock browser extension #292

Open
Martinsos opened this issue Oct 16, 2024 · 1 comment
Open

Avoid page getting blocked by uBlock browser extension #292

Martinsos opened this issue Oct 16, 2024 · 1 comment

Comments

@Martinsos
Copy link
Member

This issue describes the problem: #289 .

It seems that when you create new open-saas app, uBlock chrome extension will block it so just white screen shows, confusing new users.

We should figure out why this happens and make sure it doesn't happen.

@infomiho had a theory that the fact that we have AnalyticsDashbaord.jsx components might be triggering it, or some other mention of analytics. Even if that is not correct, tehre is something in our code for sure that uBlock picks up as a thing to block, so let's figure out what it is and remove it / modify it.

@Martinsos
Copy link
Member Author

@miho said:

I think the reason is the name of one of the components. Since Vite loads components one by one (not as a bundle) - the request has something like AnalyticsDashboardPage.tsx and then it looks like a request that uBlock wants to block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant