-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Doesn't render with incognito window #2536
Comments
StackBlitz often does not work in incognito mode due to lack of 3rd party cookies, a required feature for us. See issue #162 for additional details. |
@leesjensen great question: StackBlitz uses a combination of browser technologies, including Service Workers and WebAssembly, across several domains. Each running project has its own domain for the preview pane (custom_subdomain.webcontainers.io)and needs to install a Service Worker for that domain to work properly, while your browser tab is pointed at a different domain (stackblitz.com). In some browsers, this feature is blocked by “third-party cookie” or “third-party storage” restrictions. These are legitimate restrictions when the third-party domain is an ad server or a tracking server, but in the case of StackBlitz projects the third-party domain is where your project code runs. |
That makes sense. Thanks for taking the time to respond. |
This app doesn't render when I open it in an incognito window. No errors are displayed, and the
iframe
is empty.Repo steps:
https://stackblitz.com/edit/stackblitz-starters-rgpcav
in the URL bar.The text was updated successfully, but these errors were encountered: