Skip to content
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

Blocked by universities #310

Open
eric-burel opened this issue Sep 3, 2024 · 3 comments
Open

Blocked by universities #310

eric-burel opened this issue Sep 3, 2024 · 3 comments

Comments

@eric-burel
Copy link

eric-burel commented Sep 3, 2024

Is your feature request related to a problem?

A beta user sent me this screenshot, when accessing nextpatterns.dev from a university network:
image

And also got this feedback:
"whats more annoying is this site enables hsts (or whatever the header that means this site will always be https), this means that I have to check in different browser as otherwise it just says it failed to connect"

This is not Tutorialkit/Stackblitz/Webcontainer faults, but the thing is that tutorials are aiming learners and therefore university students.

Describe the solution you'd like.

Not being blocked in universites :')

Describe alternatives you've considered.

Well that's a difficult one, but could we figure alternate solutions? I guess Stackblitz is aware of such issues and may have palliative solutions?

Additional context

No response

@Nemikolh
Copy link
Member

Nemikolh commented Sep 3, 2024

Hey thanks for opening this issue!

Oh this is really annoying that this gets blocked especially because this page content is eventually entirely served by a node server running in WebContainer. However to get there, the first page has to fetch and installs a service worker.

Do you know if stackblitz.com previews also get blocked? The domain for previews is slightly different and I'm wondering if they're also running into issues there.

We're aware of such issues but IIRC the only way this can be solved is to contact the University so that they update their allow list.

@Nemikolh
Copy link
Member

Nemikolh commented Sep 3, 2024

Oh in case this is useful, the shape of the urls is always:

*.(local-corp|local-credentialless).webcontainer-api.io

@eric-burel
Copy link
Author

eric-burel commented Sep 5, 2024

Indeed the user cannot access StackBlitz on this network either
image
image

I think this would be worth adding to the troubleshooting section of webcontainers documentation? https://webcontainers.io/guides/troubleshooting
By the way Stackblitz has a separate, maybe redundant troubleshooting doc that adds different tips: https://developer.stackblitz.com/platform/webcontainers/troubleshooting-webcontainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants