King Asix
King Asix
On some devices, the icons just aren't there at all and of course, I have some that it works as its intended, but I've never heard of a stable cache...
That didn't work. It seems to just be arrow_left_bold and arrow_right_bold as changing them to arrow_left and arrow_right fixes things. It does seem to be an issue with all the...
It seems its trying to connect to localhost:8080 when it should be my.url:92 (not the actual url but how I'm representing it here). Is there a setting I forgot to...
Still getting the error after adding the config file. Here's my new docker compose: ``` version: "3" services: ######################################## # PostgreSQL ######################################## db: image: postgres:14 container_name: db_postgres restart: always ports:...