Hi
I have a deployed test website that I am trying to connect with the Firebase emulator.
In order to connect this to the emulator suite I am trying to deploy the emulator suite on an EC2 instance using NGINX as reverse proxy.
I can use the authentication api successfully to get oobCodes and run my automation.
What I am struggling to do is use the UI because I can see a few requests failing.
These are:
My NGINX config for the UI is this:
My NGINX config for authentication is this:
My firebase.json looks like this:
When I run firebase emulator locally on my machine everything works fine I can use the UI to create accounts.
Here is a screenshot of the issue in the browser:
I have spent countless hours trying to resolve this and now out of options.
If someone can help me I would be most grateful.
Thanks in advance.
Costa