Jefferson Felix

Results 7 comments of Jefferson Felix

I am using the latest version of MinIO, set 2 domains on cloudflare (minio.mydomain.com for console and s3.mydomain.com for server) My environment: ``` MINIO_ROOT_USER=****** MINIO_ROOT_PASSWORD=****** MINIO_BROWSER_REDIRECT_URL="https://minio.mydomain.com" MINIO_SERVER_URL="https://s3.mydomain.com" ``` /etc/nginx/sites-available/minio: ```...

After many research, I figured out that Cloudflare CDN proxy does not work with non HTML content (like files stored on bucket) on a free plan. I disabled the cloudflare...

Did you try this? ``` socket = makeWASocket({ // ... markOnlineOnConnect: true }); ```

Same problem on rc.6 I got an error from webhook: "Invalid Prekey ID". This error is fired 5 times for the same messageId. Maybe there is a problem with my...

> Please, read the documentation: https://baileys.wiki/docs/socket/connecting ????

There is no function for this. Use `sock.newsletterMetadata('invite', yourInviteCode)` to get the newsletter data (including the jid).