I have some problems with the deployment of my React.js application on the web.
I tried with azure and with pivotal DevOps environment. Both don't work.
I don't call any websocket. The only externals connections are with firebase (npm package) and maybe with some others npm package. All others static links (js and css files) are with https protocol.
My website is currently deployed below:
If I deploy in local with "serve -s build". I have any errors.
Do you have any tips or steps to fix/debug my deployment ?