mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #199] Error: unknown theme catppuccin #119
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#119
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 @op4lat on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/199
After upgrading to 3.4.0 I get:
I tried capitalizing
catppuccinbut I got the same result. Switching toblueunicornWastebin works again.@matze commented on GitHub (Dec 26, 2025):
Are you sure it's 3.4.0? When you open the index page with a text editor/browser inspector it should show that version number in the meta head tag.
In any case, when I run the Docker container directly it works:
@op4lat commented on GitHub (Dec 26, 2025):
Hmm, interesting
The html meta says 3.1.0. If I change
image: quxfoo/wastebin:latesttoimage: quxfoo/wastebin:3.4.0in thedocker-compose.ymlfile, the meta changes to 3.4.0 and catppucin works again. Does this mean the taglatestdoesn't work?@matze commented on GitHub (Dec 26, 2025):
I pushed
quxfoo/wastebin:latestagain and it should be identical toquxfoo/wastebin:3.4.0. Can you try again?@op4lat commented on GitHub (Dec 27, 2025):
Thank you! 3.4.0 is pulled with
latest