I’m sorry I can’t find a better way of explaining the issue my app is running into. For months method calls have run, and on the callback (error or result) being called, a message would run or the page would redirect.
All of a sudden (with no apparent change in code), this has stopped happening. Seemingly the data gets added to the database but the redirect or error message never happen.
I’m wondering if this has anything to do with the stack being on Heroku. I’m not seeing any errors, or hard limits being reached though. Also there are no errors being logged that I can see.
Has anyone else run into anything similar? Either on Heroku or elsewhere? Or can give me a potential starting point for debugging? Thank you