Stored Procedure: Error 500, No function matches the given name and argument types

Hello,

Thank you for replying. The problem seems to have corrected itself. It seems to be really unpredictable. I am having to clear the Swagger cache every so often and then wait for arbitrary amount of time for it to work.

While the GET _func call now works and I see the functions defined, I still cannot call the function itself from my application.

When i use POST _func/<function_name> along with the parameters, It works in the API Console but not from my application. I get 403 Forbidden as response now.

I already checked the CORS settings and have everything enabled so:

  • GET/POST/PUT/DELETE/PATCH/MERGE Enabled

I also tried adding separate rules for GET and POST but it doesn’t work in any scenario…