DokployD
Dokploy15mo ago
1 reply
Agustín

Traefik ERR_HTTP2_PROTOCOL_ERROR 500

Strangely, when I use the POST method in my app hosted on Dokploy, I encounter an error. It works perfectly on my local environment, so I'm unsure what's causing the issue.
It seems that the requests aren’t even reaching the server, as they fail beforehand.

Traefik logs outputs the following:

2024-11-03T15:52:24Z ERR Cannot retrieve the ACME challenge for www.mydomain.com (token "__resolve-check") providerName=acme

And server logs:

Network is already initilized
Main config already exists
Default traefik config already exists
Postgres Started ✅
Traefik Started ✅
Redis Started ✅
Setting up cron jobs....
{
  severity_local: 'NOTICE',
  severity: 'NOTICE',
  code: '42P06',
  message: 'schema "drizzle" already exists, skipping',
  file: 'schemacmds.c',
  line: '132',
  routine: 'CreateSchemaCommand'
}
{
  severity_local: 'NOTICE',
  severity: 'NOTICE',
  code: '42P07',
  message: 'relation "__drizzle_migrations" already exists, skipping',
  file: 'parse_utilcmd.c',
  line: '207',
  routine: 'transformCreateStmt'
}
Migration complete
Server Started: 3000
Starting Deployment Worker
Traefik Started ✅
image.png
image.png
Was this page helpful?