Browser thinks it's the same backend because of the domain
I'm accessing both using SSH tunneling & the same domain
I guess we found the culprit 🙂
You're right.
I have set up 2 self-hosted clearml server, and I'm accessing both using SSH tunneling & the same domain ( http://localhost:8080
). After logging out from the 1st clearml website, the 2nd website did redirect me to the login page.
Therefore, the previous error of the 2nd web app is that it was using a wrong cookie from the 1st web app.
I'm curious too.
It did redirect when I set it up last time few days ago (on a different Ubuntu server). However, this time it seems not redirecting me. How could I further debug or investiage this isssue?
I'm curious as to why you weren't redirected to login page
CostlyOstrich36 Thanks! After loging in, everything works without any error.
So it seems the root cause is just that I haven't logged in for the 1st time?
Also in network section of developer tools. What is returned to one of the 400 messages?
Hi JumpyDragonfly13 , can you try going to http://localhost:8080/login ? What happens when you open developer tools (F12) when browsing currently
The 2nd attached screenshot is for URL http://localhost:8080/settings/workspace-configuration .