mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-14 21:23:29 +01:00
Setting DEBUG=true breaks CSS/JavaScript (v. 0.18.0) #67
Reference in New Issue
Block a user
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 @ZoXx on GitHub (Nov 24, 2025).
Hello everyone,
since version 0.18.0, the design has been broken for me. Restarting etc. does not help. I also tried it with another browser in private mode and it looks exactly the same. What can I do about this?
@eitchtee commented on GitHub (Nov 24, 2025):
Howdy, do you have DEBUG=True on your enviroment variables?
If you do, set it to False and restart.
If this doesn't fix it, can you go into Dev Tools in your browser and post a screenshot from the
ConsoleandNetworktabs.@ZoXx commented on GitHub (Nov 25, 2025):
Good morning :-)
that was the problem.
It is working without problems again :-)
@eitchtee commented on GitHub (Nov 25, 2025):
Glad you got it working.
Slight oversight on my part as this shouldn't happen since DEBUG can be important sometimes, but until I can fix it, this is the workaround.
@ZoXx commented on GitHub (Nov 25, 2025):
no problem! :)
@eitchtee commented on GitHub (Dec 6, 2025):
This will be fixed on the next release. DEBUG should start working again.