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
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
It's my understanding that create-react-app buildpack uses the heroku/static buildpack which in turn uses an nginx web server, and that nginx does not allow POST requests from static pages. Assuming this is the case, can static.json be modified to allow POST requests?