google / android-emulator-container-scripts

1.87k stars 261 forks source link

Fixed Issue Where Users Weren't Able to View Webpage at localhost #344

Closed KQT2000 closed 1 year ago

KQT2000 commented 1 year ago

Fixed issue where Envoy wasn't routing users to the React component after they navigated to http://localhost, where they would then be able to interact with the emulator.

Note: It is still not currently possible to interact with the emulator (e.g. view its screen, hear audio, etc) due to Envoy requiring JWTs to have gRPC requests sent to the gRPC server on port 8554, but not recognizing the Firebase JWTs passed along with the authorization bearer request headers/gRPC requests.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.