I have a Flask App with Python 3.9 (I used different versions of Python same problem) my iis server Version is 10.
In my App I have 4 different post routes. 3 of them work like a charm. When I call the fourth one which is almost the same like the other 3, I get a 500 error and I have no idea why. When I start the Flask server without iis, every post route work. I did every tutorial here or on different websites but my problem is still there. Does anybody know this problem or have a solution why one of the methods won't work?