I am making a POST call like this from POSTMAN (screenshot below):
And as soon as I am making a call, I am getting following error:
Not sure why it is happening. My database guy just updated the stored procedure name that I am calling by calling the /download endpoint so I just updated the stored procedure name and a parameter name in the code. It used to work fine before making any changes.
I researched online and some people mentioned that it could be
tomcat issue so I switched from version 9 to 8.5.58 locally in eclipse and it's still happening. What might be wrong?