phaserjs / phaser-editor-issues

Phaser Editor's bug tracker.
0 stars 0 forks source link

Unable to login behind a corporate VNP #12

Open kittykatattack opened 1 week ago

kittykatattack commented 1 week ago

Version

Description

I'm unable to log in behind a corporate VPN. If I disconnect the VPN, everything is fine. Is it possible to set proxy settings in the Editor?

Possible solution

PhaserEditor2D commented 1 week ago

We should provide a more friendly solution, but for now, you can try the following:

kittykatattack commented 1 week ago

Thanks @PhaserEditor2D! Regarding setting HTTP_PROXY and HTTPS_PROXY, where should that be done?

PhaserEditor2D commented 1 week ago

It is a bit complex: https://support.apple.com/guide/terminal/use-environment-variables-apd382cc5fa-4f58-4449-b20a-41c53c006f8f/mac

For that reason we have to provide a friendly method.

kittykatattack commented 1 week ago

Ah, interesting - thanks! I had not idea about that.