Open Slluxx opened 3 years ago
@Slluxx Thanks for documenting this here! I began encountering the same issue in mid-April, reported it on the Discord stackblitz-help channel, and ultimately went with a different low-friction code demo environment to solve for my case. I'd love to see StackBlitz shine in this role, and just checked in again to see if the issue had yet been resolved. Looks like it's still an issue, but hopefully this can now be addressed as it's clearly impacting a number of StackBlitz users.
Description of Bug
There is a little bit more to it. I generated a HTML template and tried to share my work. My friends reported that they just see an infinit loading screen, which i can reproduce by opening the shareable url in incognito mode. Opening the inspector reveals
Uncaught (in promise) Error: Preset not sepcified in configuration
. (spelling mistake in the exception btw).Opening the editor in incognito mode, the preview window overlays the website with following message:
ERROR: Cross-origin localStorage blocked by browser but required for devserver. Please enable 3rd party cookies or add an exception for stackblitz.io to resolve.
Incognito mode was just used because i thought that my friends could not see my work because they are not logged in. I assume chrome blocks certain features in incognito mode which the editor wants/needs thus i guess thats not the problem. The infinite loading page and its console output are though.
Steps to Reproduce
Expected Behavior
Obviously the sharable url should open the project how its supposed to. Since i assume incognito mode is not meant to work, this is excluded.
Screenshots/Screencast
Additional Context/Questions none