-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
I was trying the routes /business/getCatalog/ and /business/getCollection/ and is not working, it gives me Error code 404
What did you expect?
I expected the output to be like in this example
for getCatalog and getCollections
What did you observe instead of what you expected?
The route appears to not exists
Screenshots/Videos
What I actually get:
Full message:
404 - "{\"status\":404,\"error\":\"Not Found\",\"response\":{\"message\":[\"Cannot GET /business/getCatalog/Instancia1\"]}}"
Request:
{ "body": { "number": "5511988888888" }, "headers": { "apikey": "myapikey", "accept": "application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7" }, "method": "GET", "uri": "https://myserver.com/business/getCatalog/instancia1", "gzip": true, "rejectUnauthorized": true, "followRedirect": true, "resolveWithFullResponse": true, "followAllRedirects": true, "timeout": 300000, "encoding": null, "json": false, "useStream": true }
Which version of the API are you using?
2.3.3
What is your environment?
Docker
Other environment specifications
evoapicloud/evolution-api:v2.3.3
If applicable, paste the log output
No response
Additional Notes
No response