Hello to all,
I am developing my first project.
I have created an app that connects with a chatbot made with Flowise. Flowise is hosted by Digital Ocean.
When I test the API in the Flutter Flow setup or in Postman it works perfectly and returns the expected information.
When integrating the API into the application it doesn't work, it makes the call but returns a 500 error.
Request URL:
https://blooming-anchorage-74937-01abcbf2453c.herokuapp.com/https://this is my end point
Request Method:
POST
Status Code:
500 Internal Server Error
Remote Address:
xxxxxxxxxxxxxx
Referrer Policy:
strict-origin-when-cross-origin
I don't understand what this is:
https://blooming-anchorage-74937-01abcbf2453c.herokuapp.com/
Can you help me with this error. I don't know how to fix it.
Thank you very much