I’m integrating my system with Strada Hotwire technology, which helps render my system as an app on Android and iOS, and my system is already visible in the app emulator. However, when redirecting to Auth0, it fails to render, and the warning “error loading page: net::ERR_BLOCKED_BY_CSP” appears. Is there any way to access Auth0 using Strada technology?
Hi @ppvaladez,
Welcome to the Auth0 Community!
ERR_BLOCKED_BY_CSP is a browser error that prevents a website from being loaded when it is seen as a security threat. It’s not an issue with the native app but rather with the website it’s trying to load. I’d suggest opening the website in a basic browser and debugging the problem there.
If you have any other questions, feel free to let us know.
Have a good one,
Vlad