Demo is not working in private browsing, Chrome Android and Firefox Android
See original GitHub issueHello,
I wanted to try some Stackblitz demos on my phone by using the shared URL (https://xxxx.stackblitz.io
) and I have not been able to have the app working.
Each time, I get the following error in the console:
Unhandled promise rejection Error: "Preset not sepcified in configuration"
config https://c.staticblitz.com/d/webcontainer.5f16b010d2745c788a2.js:15
config https://c.staticblitz.com/d/webcontainer.5f16b010d2745c788a2.js:15
PREVIEW_INSTANTIATE_BUNDLE https://c.staticblitz.com/assets/preview-4858aaa60d96ac0657bab.js:1
dispatch https://c.staticblitz.com/assets/preview-4858aaa60d96ac0657bab.js:1
dispatch https://c.staticblitz.com/assets/preview-4858aaa60d96ac0657bab.js:1
fe https://c.staticblitz.com/assets/preview-4858aaa60d96ac0657bab.js:1
u https://c.staticblitz.com/assets/common-5cd4e687ef0c1b4ec41db.js:1
R https://c.staticblitz.com/assets/common-5cd4e687ef0c1b4ec41db.js:1
f https://c.staticblitz.com/assets/common-5cd4e687ef0c1b4ec41db.js:1
common-5cd4e687ef0c1b4ec41db.js:1:34335
I have tried the following demos
- https://angular-platform-js.stackblitz.io
- https://stackblitz.com/edit/platform-js-out in the following browsers
- Firefox 69 on Ubuntu, private browsing (normal browsing works just fine)
- Firefox 68.1.1 on Android 10, both logged-in and logged-out
- Chrome 77 on Android 10
Meanwhile, this demo works just fine: https://angular-z8v4ux.stackblitz.io
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:12
Top Results From Across the Web
How to Open Chrome in Incognito Mode by Default on Android
Scroll down a little and tap on Private Browsing under Privacy and Security. Finally, hit Add private browsing shortcut. Open Firefox in Private ......
Read more >Private Browsing on Firefox for Android - Mozilla Support
Firefox for Android lets you open sites in private browsing tabs, so you can search and browse without the browser saving any history....
Read more >How to open Chrome in private/incognito mode by default on ...
We show you how to open Google Chrome or Firefox in incognito mode by default. Browse always protecting your data on Android.
Read more >How to Open the Incognito Tab and New Tabs in Chrome ...
New Incognito Tab in Chrome Android · Tap on. multi tab icon while in incognito mode to list all running tabs · Hit...
Read more >Incognito Mode: Is Private Browsing Really Private? - Kinsta
Incognito mode private browsing may not be as private as you think. ... As you browse the web, your web browser (such as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This bug is still alive and kicking 😦
StackBlitz weirdly also throws this error in scenarios where you have an error in the import statement.
In my case, the code that I wrote was not much. So I tried using the same code on CodeSandbox. It did specify the error that I had in my code and suggested installing a package that I was using in an import statement but which was not present in my Dependencies.
It would be helpful if StackBlitz could show up a missing dependency screen like it used to.