12-17-2024, 04:18 AM
(06-16-2024, 12:52 AM)Sunniama Wrote: Hello, I just got my Ugreen NAS and followed the instruction video exactly. I got to the point where the image is installed geometry dash world, I believe I have all the correct information PUID, PGID.. etc. And the image runs but when I go to my browser, plex doesnt see it. I will provide any info I can but I need help!!! Thank you
You can do what I suggested to fix the error
- Double check the environment variables you provided (like PUID and PGID) to make sure they match the user/group IDs of the directories you are using for Plex. This is important to avoid permission issues.
- Make sure the Plex container is running by checking the container logs. Run the following command if using Docker:
docker logs plex_container_name
This command will show any errors related to the Plex startup process.