google / android-emulator-container-scripts

1.82k stars 256 forks source link

Can not access an emulator on the web #375

Open HoonHeeLee opened 3 months ago

HoonHeeLee commented 3 months ago

I am trying to install multiple emulators using envoy and nginx on the web in my linux box.

I could access the web (envoy proxy) using localhost with different port and could see the emulators on the web browser.

Unfortunately, the connection from the actual IP instead of localhost has an arror (envoy proxy). image

The requested domain or ip seems to be registered to firebase authorization list. Or I'd like to disable the firebase authorization function. But, I don't know how to cope this symptom.

Thanks.