Replies: 2 comments 1 reply
|
Any errors in the browser console? Can you check the network requests and see what they are returning? |
0 replies
|
We are experiencing the same issue in our environment. Password-based authentication works correctly when accessing code-server directly in the browser, but when code-server is embedded within an iframe, the login page is displayed and authentication does not complete successfully after entering the password. We investigated browser iframe restrictions and authentication redirect behavior, but have not found a viable workaround yet. We would appreciate any updates or recommendations from the community regarding this issue. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm using a docker container to host code-server and everything works well when using it in a browser, including the password authentication. However, if I use the link to the code-server site in an iframe in in angular , it displays the login, but will not login once entering the password. It just remains on the password page and does not redirect.
All reactions