Everything works fine on my local server but I'm getting this error message when I try to perform a function after uploading the website into production on heroku
.
On heroku, everything works fine EXCEPT when a user tries to post a content. It's a simple text form with a post button. I seem to only get this We're sorry, but something went wrong
error when the # of text exceeds 2 or 3 lines or something. It's a bit random in that everything that is 2 lines or shorter post fine, but when it gets to 2-3 lines, not all go through. When it's over 3, they definitely don't go through.
Anyone know what could be causing this weird error? As I mentioned, all short text posts work just fine but I start getting this error message the longer the text posts get (like exceeding 2 lines in my text box)