mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
324 stars 82 forks source link

Fluidd starts as mainsail and klipper can't connect #104

Closed InfiniteCoder01 closed 9 months ago

InfiniteCoder01 commented 9 months ago

Sometimes it works, but sometimes, when I do docker compose --profile fluidd up instead of getting fluidd, I get Mainsail loading. And it can't connect to moonraker. When I actually do docker compose --profile mainsail up, sometimes it works, but sometimes it just can't connect to klipper. Note, that I've set traefik port to be "2024:80", because I have CasaOS running with some other services.

mkuf commented 9 months ago

Did you bring the stack down prior to starting it with the other profile as described in the readme?

As fluidd and mainsail are PWAs, they may reside within your browsers cache.
After switching profiles try to reload the page while holding Ctrl to get rid of any cached contents.

mkuf commented 9 months ago

Any update on this?