You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I have searched for similar issues on GitHub and found none.
What did you do?
I'm experiencing a recurring issue with the EvolutionApi version 2.2. When using the same instance for bulk sending of messages containing video files, the API endpoint responsible for handling these requests stops responding after a while.
I did notice my Redis instance crash due to this problem.
The issue occurs after some bulk sends that involve video files.
The API endpoint becomes unresponsive, causing the n8n workflow or postman app to continue running indefinitely without completing the operation. It never gives an error code just gets stuck.
While the workflow/ http request keeps executing, the messages do not get sent via WhatsApp.
What did you expect?
To normally send messages that contains video files and not only the first couple times
What did you observe instead of what you expected?
he API endpoint responsible for handling these requests stops responding after a while.
I did notice my Redis instance crash due to this problem.
Screenshots/Videos
Endpoint information
POST {{baseUrl}}/message/sendMedia/{{instance}}
Body Example
{
"number": "123456",
"mediatype": "video", // image, video or document
"mimetype": "video/mp4",
"caption": "Teste de caption",
"media": "Base64Media"
}
Which version of the API are you using?
Im using the following docker image tag atendai/evolution-api:v2.2.0
What is your environment?
Ubuntu 22 Server
Other environment specifications
AWS EC2 Instance
16gb RAM
4 VCPU
Ubuntu Server 22
Running evoApi, redis and postgreSQL Stacks on a Docker Swarm with only one node , handling http traffic with traefik
If applicable, paste the log output
No response
Additional Notes
Did anyone experienced something similar? Have you tried using a url instead of sending the Base64 string for that media file?
The text was updated successfully, but these errors were encountered:
Welcome!
What did you do?
I'm experiencing a recurring issue with the EvolutionApi version 2.2. When using the same instance for bulk sending of messages containing video files, the API endpoint responsible for handling these requests stops responding after a while.
I did notice my Redis instance crash due to this problem.
What did you expect?
To normally send messages that contains video files and not only the first couple times
What did you observe instead of what you expected?
he API endpoint responsible for handling these requests stops responding after a while.
I did notice my Redis instance crash due to this problem.
Screenshots/Videos
Endpoint information
POST {{baseUrl}}/message/sendMedia/{{instance}}
Body Example
{
"number": "123456",
"mediatype": "video", // image, video or document
"mimetype": "video/mp4",
"caption": "Teste de caption",
"media": "Base64Media"
}
Which version of the API are you using?
Im using the following docker image tag atendai/evolution-api:v2.2.0
What is your environment?
Ubuntu 22 Server
Other environment specifications
AWS EC2 Instance
16gb RAM
4 VCPU
Ubuntu Server 22
Running evoApi, redis and postgreSQL Stacks on a Docker Swarm with only one node , handling http traffic with traefik
If applicable, paste the log output
No response
Additional Notes
Did anyone experienced something similar? Have you tried using a url instead of sending the Base64 string for that media file?
The text was updated successfully, but these errors were encountered: