mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #12] Error being thrown when acme.json is empty #10
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wolfnacht44 on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/12
Originally assigned to: @chr0nzz on GitHub.
Linux Native v0.10.3
a minor one
Error getting thrown in journalctl when acme.json exists, but is empty.
populating acme.json with generic data resolved the error. This would only persist on fresh installs without certs, or installs using custom certs.
@wolfnacht44 commented on GitHub (Apr 7, 2026):
further testing revealed that simply placing
{}in the acme.json resolved the error, no need to populate the file further on a clean install of traefik && traefik-manager.@chr0nzz commented on GitHub (Apr 7, 2026):
thanks, I will have this fixed for next release
@chr0nzz commented on GitHub (Apr 8, 2026):
update out