You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to call the rest api from a single page application. I use the features of firebase hosting rewriting ("https://firebase.google.com/docs/hosting/full-config#rewrite-functions"), it allow to call a firebase function without CORS errors.
When i try to call the firebase function deployed with firebase-backend i have this response: Cannot POST /addUserRole/addUserRole
If i try to call the firebase function with POSTMAN it works.
Thanks for the resources. We're adding functionality for CORS into the project now. Just waiting on the readme doc to be updated before we push the changes.
I'll see if we can make use of the above to make it easier.
I try to call the rest api from a single page application. I use the features of firebase hosting rewriting ("https://firebase.google.com/docs/hosting/full-config#rewrite-functions"), it allow to call a firebase function without CORS errors.
When i try to call the firebase function deployed with firebase-backend i have this response:
Cannot POST /addUserRole/addUserRole
If i try to call the firebase function with POSTMAN it works.
You can check documentation about firebase hosting rewrite here:
"https://firebase.google.com/docs/hosting/full-config#rewrite-functions"
The text was updated successfully, but these errors were encountered: