EvolutionAPI / evolution-api

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

Set Webhook for instance #655

Open danqr opened 1 week ago

danqr commented 1 week ago

Welcome!

What did you do?

Erro ao modificar webhook de instância. O webhook permanece inalterado. Mesmo parando ou reiniciando a instância.

What did you expect?

Ao enviar o post com o novo host, a instância deve atualizar com a nova url

What did you observe instead of what you expected?

Ao fazer um post em {{baseUrl}}/webhook/set/{{instance}}, a resposta é satisfatória, porém, ao dar um {{baseUrl}}/webhook/find/{{instance}}, a url antiga permanece.

Screenshots/Videos

No response

Which version of the API are you using?

v2.0.0

What is your environment?

Docker

Other environment specifications

  - DATABASE_ENABLED=true
  - DATABASE_PROVIDER=postgresql

  - CACHE_REDIS_ENABLED=false

If applicable, paste the log output

No response

Additional Notes

No response

danqr commented 1 week ago

PS.: Ao trocar diretamente no SGBD do postgres, a instância atualiza imediatamente.

guigagb commented 1 week ago

Problema no prisma que sempre dá um create ao chamar o endpoint image

francisbreit commented 1 week ago

Mesmo erro aqui