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

fix: Correction to Postgres connection string in environment files #618

Closed edisoncm-ti closed 1 month ago

edisoncm-ti commented 1 month ago

As initially mentioned in Issue https://github.com/EvolutionAPI/evolution-api/issues/480, there was a need to pass an SSL configuration parameter in the Postgres connection string, to enable contact synchronization.

If this parameter is not informed, the following message will be displayed:

[ChatwootImport] [string] Error on import history contacts: Error: The server does not support SSL connections

To prevent new users from wasting time, if they are not aware of this need, include the parameter in the files

So, just adjust the rest of the string with the Postgres connection data and the synchronization will work automatically.

Hugs and let's go! 🚀