User pages suddenly returning 404

Thanks again @manics

It seems to work fine (moving /user/ to /user.old/), but I’m having issues with the ssl certificate (HSTS).

I created the certificate again using tljh-config but it’s still not working.

Any idea what I might have done wrong or what the best practice is for making sure the certificate work?

This does not show the location of the certificate as is shown in the docs

All unique error message from the traefik logs since I made the change:

msg="Error occurred during watcher callback: toml: cannot load TOML value of type map[string]interface {} into a Go slice"
msg="Error while Peeking first byte: read tcp 172.104.249.145:443->5.52.111.82:40817: read: connection timed out"
msg="Error while Peeking first byte: read tcp 172.104.249.145:443->79.175.138.68:49994: read: connection timed out"
msg="Error while Peeking first byte: read tcp 172.104.249.145:443->89.199.7.229:42496: read: connection timed out"
msg="Error while creating certificate store: unable to find certificate for domains \"advertools.app,advertools.app\": falling back to the internal generated certificate" tlsStoreName=default
msg="Error while creating certificate store: unable to find certificate for domains \"advertools.app\": falling back to the internal generated certificate" tlsStoreName=default
msg="Error while starting server: accept tcp 127.0.0.1:8099: use of closed network connection" entryPointName=auth_api
msg="Error while starting server: accept tcp [::]:443: use of closed network connection" entryPointName=https
msg="Error while starting server: accept tcp [::]:80: use of closed network connection" entryPointName=http
msg="The ACME resolver \"letsencrypt\" is skipped from the resolvers list because: unable to get ACME account: json: cannot unmarshal array into Go value of type acme.StoredData"
msg="accept tcp 127.0.0.1:8099: use of closed network connection" entryPointName=auth_api
msg="accept tcp [::]:443: use of closed network connection" entryPointName=https
msg="accept tcp [::]:80: use of closed network connection" entryPointName=http
msg="close tcp 127.0.0.1:8099: use of closed network connection" entryPointName=auth_api
msg="close tcp [::]:443: use of closed network connection" entryPointName=https
msg="close tcp [::]:80: use of closed network connection" entryPointName=http

Error messages that contain “letsencrypt”:

Jun 18 15:34:39 localhost traefik[202826]: time="2024-06-18T15:34:39Z" level=error msg="The ACME resolver \"letsencrypt\" is skipped from the resolvers list because: unable to get ACME account: json: cannot unmarshal array into Go value of type acme.StoredData"
Jun 18 15:38:53 localhost traefik[202941]: time="2024-06-18T15:38:53Z" level=error msg="The ACME resolver \"letsencrypt\" is skipped from the resolvers list because: unable to get ACME account: json: cannot unmarshal array into Go value of type acme.StoredData"
Jun 18 20:16:33 localhost traefik[204809]: time="2024-06-18T20:16:33Z" level=error msg="The ACME resolver \"letsencrypt\" is skipped from the resolvers list because: unable to get ACME account: json: cannot unmarshal array into Go value of type acme.StoredData"
Jun 18 20:17:48 localhost traefik[204845]: time="2024-06-18T20:17:48Z" level=error msg="The ACME resolver \"letsencrypt\" is skipped from the resolvers list because: unable to get ACME account: json: cannot unmarshal array into Go value of type acme.StoredData"

Any idea what might have gone wrong?

Thanks again!