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

New loading screen doesn't work over HTTPs #5340

Closed
csheppard opened this issue Mar 22, 2019 · 0 comments · Fixed by nuxt/loading-screen#4
Closed

New loading screen doesn't work over HTTPs #5340

csheppard opened this issue Mar 22, 2019 · 0 comments · Fixed by nuxt/loading-screen#4

Comments

@csheppard
Copy link

csheppard commented Mar 22, 2019

Version

v2.5.1

Reproduction link

N/A

Steps to reproduce

My local set up is Docker > Traefik (with HTTPs) > Nuxt.

The web server automatically redirects insecure connections.

What is expected ?

Connect to loading screen web socket by either ws:// or wss:// depending protocol of the loaded page.

What is actually happening?

The web socket is only connecting via ws:// protocol.

This fails due to a 302 redirect from my web server for a forced HTTPs connection.

This bug report is available on Nuxt community (#c8901)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants