EvolutionAPI / evolution-api

Evolution API is an open-source WhatsApp integration API
https://evolution-api.com
GNU General Public License v3.0
1.56k stars 734 forks source link

Evo 2.1.0 Nao cria caixa de entrada no ChatWoot ao alterar o limite de dias para importaçao de mensagens #847

Open viniciusnrocha opened 4 weeks ago

viniciusnrocha commented 4 weeks ago

Welcome!

What did you do?

Ao adicionar a integração do Chatwoot no maneger e alterar o número de dias do padrão 7 para qualquer outro numero, ou ao apagar e recolocar o número 7, a caixa de entrada não é criada no Chatwoot e a integração não é salva limpando a tela.

What did you expect?

Salvar integração e criar caixa de entrada no Chatwoot

What did you observe instead of what you expected?

quando clica em salvar, limpa a tela e tudo que foi preenchido some e no log informa o seguinte. [ 'daysLimitImportMessages is not of a type(s) number' ]

Screenshots/Videos

image

Which version of the API are you using?

2.1.0

What is your environment?

Docker

Other environment specifications

No response

If applicable, paste the log output

No response

Additional Notes

No response

robsoncombr commented 3 weeks ago

Hey @viniciusnrocha currently if we do not send the attribute to the API it will work assuming default 60. I also tested with 2 and 3 and it worked. From the error message there is a potential chance that you are sending the value as a string instead of an integer. Could you please confirm if this is the case? Thanks :)

admdanielspalma commented 1 week ago

Hey @viniciusnrocha currently if we do not send the attribute to the API it will work assuming default 60. I also tested with 2 and 3 and it worked. From the error message there is a potential chance that you are sending the value as a string instead of an integer. Could you please confirm if this is the case? Thanks :)

I have the exactly same problem here. The probelm occurs when changing via web manager.