We are currently implementing custom functions in our app, and have been unable to get POST requests working.
What we have tried:
- POST using fetch (exact function works in latest Chrome)
- POST using axios, and transpiling down (exact function works in latest Chrome)
- Adding and removing cors() middleware on our backend expressjs server
Are we missing an implementation detail? I read something brief about simple CORS, but wanted to reach out to see if there was a piece we are forgetting.