A solution we implemented was to use ngrok to expose our local server, to bypass the localhost issue. Here: https://ngrok.com/
Just install it and run ngrok http <the port your project is running on>
A solution we implemented was to use ngrok to expose our local server, to bypass the localhost issue. Here: https://ngrok.com/
Just install it and run ngrok http <the port your project is running on>