Closed tmm360 closed 1 year ago
Hi @tmm360 - thanks for the report! Could you check the contents of this line of the Containerfile-frontend
file and confirm whether the path there is /var/www/public/packages
(current) or /var/www/public/node_modules
(outdated)?
There was a change for this directory path in Grocy v4.x and this could be the cause of the problem here.
Hrm. Maybe that's not the problem here after all, since you mention it was working fine with v4.0.0 ... doing some more thinking/reading.
Ok, this sounds similar to https://github.com/linuxserver/docker-grocy/issues/72
Recommendation: try removing the contents of your /var/www/data/viewcache
directory, and see whether that helps.
@jayaddison you are great, it solved!! :) Thank you for your fast help!
I'm using Grocy with docker compose. With version 4.0.0 I've no problems, with versions 4.0.1 and 4.0.2 when I try to access to
http://<myserverip>:8081/stockoverview
I get only a black page with a barcode in the middle, and trying to access in private mode I get an infinite 302 redirect tohttp://<myserverip>:8081/login
.My docker compose file:
I've tested with both Brave and Firefox.