Closed AntouanK closed 3 years ago
to update on this, i think it's an ipad issue. it works fine on a desktop pc outside the lan, but on ipad on all browsers it gets stuck on loading
to update on this, i think it's an ipad issue. it works fine on a desktop pc outside the lan, but on ipad on all browsers it gets stuck on loading
@AntouanK thank you for providing an update and confirming it is likely an issue with iPad.
unfortunately I do not have an apple laptop to be able to see the console of the browser and debug it. all browsers on ipad pro are basically safari webkit, so there's some bug with that I suppose.
for now I found this https://github.com/cdr/code-server , and I'm trying it out. looks to work fine on ipad so far 🤞
This contribution has been automatically marked as stale due to inactivity, and it will be closed if no further activity occurs. Thank you for contributing to Theia!
hi there.
trying the https image with the auth token. I’m using a command like
If I go on another machine on the same LAN, and do https://192.168.1.xxx:15100 , the site loads, I put the token and all is good. I also forward that 15100 port outside. So if I go to https://mydomain.com:15100 , I get the first screen that asks for the token. I put the token, it redirects to https://mydomain.com:15100/?token=xxxxxxxxx as it should , but I only see this :
additionally, if I go to https://mydomain.com:15100/?token=xxxxxxxxx from the machine in my LAN, it also works fine.
I’m on an ipad so I cannot open the dev tools to debug it. Any idea what might be going wrong??? Is there anything that would make it stop to that loading screen?
Thank you