I'am working with angular 5 + firebase project .I have an issue with firestore when adding new data to collection after hosting my project .
I have a form to submit ; in local environment it works very well but after deploying (hosting) my project it work the first time i open url project but for the second time it didnt work (only if i clean browser cache (CTRL+F5)) . No error in console is displayed .
Request to firestore keep pending then cancelled : Request initator is polyfill.bundle.js file in local environment the initiator is zone.js file After hosting project
I need some help to avoid this problem Thanks