Configuring your browser to run WebContainers
While all supported browsers can run WebContainers, some browser options can stop WebContainers from running correctly.
You can work around those issues by adding exceptions for StackBlitz domains in your browser’s settings. Here’s how.
Why do I need to add exceptions for StackBlitz?
WebContainers use a combination of browser technologies, such as Service Worker and WebAssembly, across several domains. Each running project has its own domain and needs to install a Service Worker for that domain to work properly.
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 WebContainers the third-party domain is where your project code runs.
Chrome
With Chrome's defaults, starting with version 118 or later, you should get a pretty good experience out of the box.
Read on if you run into issues or want an even smoother experience.
Previews in a separate tab
Previews opened in a separate tab are not connected by default to the editor and require an extra step. To complete this step, you are usually prompted to click a button.
This can happen automatically if your popups settings, chrome://settings/content/popups, are adjusted with the following exception:
https://[*.]webcontainer.io
Once done, whenever the preview needs to reconnect to the editor, it will open a popup that gets immediately closed.
Lastly, if Chrome's memory saver is turned on, this step might be necessary more often than required. To avoid it, you can add the following exception in chrome://settings/performance:
https://webcontainer.io
https://stackblitz.com
Your performance settings should be similar to this:
Enabling Service Workers
If you use the “Block Third Party Cookies” option in Chrome and you have “Third-party Storage Partitioning” disabled, you will need to either:
- Enable Storage partitioning
- Or add exceptions for StackBlitz projects.
The first option should be preferred because this is a new feature of Chrome which improves your privacy when you visit websites that embed third-party sites.
Enable Storage partitioning
Visit chrome://flags/#third-party-storage-partitioning
and choose Enabled
in the drop down. In recent version of Chrome, choosing the Default
value should work too.
Or add exceptions for Stackblitz
To allow all StackBlitz projects to use Service Workers, go to your browser’s cookie preferences, and add exceptions for the following URL patterns:
https://[*.]stackblitz.io
https://[*.]webcontainer.io
For instance, in Chrome, go to chrome://settings/cookies
and add those exceptions in the “Sites that can always use cookies” section.
Advanced: enabling Service Workers for a single project
If you don’t want to allow Service Workers and third-party cookies for all StackBlitz projects, you can add exceptions for individual projects instead.
Note that this may not be very practical, because the exact domain for a project can change between sessions, especially in Codeflow IDE.
In Chrome, click the lock icon in the navigation bar:
If that is the case, choose to “Allow” cookies for those third-party domains. After that, the browser will prompt you to reload the page and you will be able to run the current project.
Note that the list of blocked domains might look different for you. In particular, a xyz.local.webcontainer.io
domain might not be present. WebContainers-based projects use different domains dynamically, depending on what the runtime is doing (for instance, whether it is serving HTTP content or not), so you might need to check the list of blocked domains later if you see something off again.
Firefox
Enabling Service Workers
When Firefox’s Enhanced Tracking Protection is configured in “Custom” mode with the cookie blocking option set to “All cross-site cookies”, Firefox will block the Service Workers used by WebContainers.
You can work around this issue in a couple ways:
- Use the “Strict” mode instead of “Custom” mode. It’s important to note that it's slightly more permissive than “Custom” mode with very strict options. If this is not something you'd like to allow, you can...
- Add exceptions to cookie blocking for the domains used to run StackBlitz projects.
To do so, visit about:preferences#privacy
to check what your current settings look like.
To add exceptions for StackBlitz, scroll down to the “Cookies and Site Data” section, click on “Manage Exceptions…”, and add exceptions for the following sites:
https://stackblitz.io
https://webcontainer.io
Don’t forget to click “Save Changes”. Then you should be able to reload the tab with your StackBlitz project, and hopefully everything should work!
Previews in a separate tab
Previews opened in a separate tab are not connected by default to the editor and require an extra step. To complete this step, you are usually prompted to click a button.
This can happen automatically if your popups settings, about:preferences#privacy, are adjusted with the following exception:
https://webcontainer.io
Brave: enabling Service Workers
By default, Brave’s “Shields” feature blocks Service Workers and cookies from third-party domains.
To allow WebContainers to run in Brave, you will need to add an exception for StackBlitz:
- Visit a WebContainers-based project, for instance https://stackblitz.com/edit/nextjs. The project’s boot sequence might stay stuck on the “Running start command” step:
- Click on the “Shields” icon at the right of the address bar, then click on “Advanced View”.
- In the advanced view, change the “Cross-site cookies blocked” option to “All cookies allowed”.
Brave will reload the page, and you should get a working project:
Edge: enabling WebAssembly
Microsoft Edge disables usage of WebAssembly when you set its “Enhance your security on the web” option to “Strict”.
To allow StackBlitz projects to run, either set this option to “Balanced” or add exceptions for a couple domains used by StackBlitz projects.
- Go to
edge://settings/privacy
→ “Enhance your security on the web”.
- Then click “Exceptions”, and add exceptions for the following domains:
stackblitz.com
[*.]staticblitz.com