You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connecting to it via http://localhost:3000 redirects to https://localhost:3000 which fails in Chrome (latest) with ERR_SSL_PROTOCOL_ERROR, no further info, nothing printed in the console. System is Debian 11.
If it matters: Chrome is running on macos using an SSH tunnel for port 3000.
How can I get out more debug info and/or solve this problem?
The text was updated successfully, but these errors were encountered:
Hey @rkuhn, sounds like you maybe ran into #356? You definitely want -tags=dev to avoid this HTTPS requirement for local testing. Did you try another browser? I wouldn't imagine the tunnel has much to do this with this but you might want to reduce the moving parts to track down this issue... good luck and do let us know!
Thanks, I got it working by using -tags=dev and purging the browser cache (the 301 → https was still in there). However, I also tried accessing the public IP, i.e. in non-local and non-testing mode, and the behaviour was the same. So setting up a proper Room is still something I can’t do.
The next hurdle is that any click on the served page goes to about:blank#blocked (i.e. a white screen). This behaviour persists also after creating the admin user.
However, I also tried accessing the public IP, i.e. in non-local and non-testing mode, and the behaviour was the same. So setting up a proper Room is still something I can’t do.
Ah, you can't run a non-local / non-testing instance with -tags=dev? It's only for local dev mode?
(if you're seeing this issue on a not -tags=dev build, let's open a new issue with more details?)
Following the development guide, I built the
server
(tried both with-tags dev
and without) and started it:Connecting to it via
http://localhost:3000
redirects tohttps://localhost:3000
which fails in Chrome (latest) with ERR_SSL_PROTOCOL_ERROR, no further info, nothing printed in the console. System is Debian 11.If it matters: Chrome is running on macos using an SSH tunnel for port 3000.
How can I get out more debug info and/or solve this problem?
The text was updated successfully, but these errors were encountered: