Links are all taking me to a 500 error #57
Replies: 20 comments
-
On docker? |
Beta Was this translation helpful? Give feedback.
-
Behind a reverse proxy or does this also happen when accessing directly over the ip and port? |
Beta Was this translation helpful? Give feedback.
-
Yes it is running on docker, that's a good question let me see if it does it from IP:Port |
Beta Was this translation helpful? Give feedback.
-
Same results if going IP:Port |
Beta Was this translation helpful? Give feedback.
-
Could you please turn on debugging in your config and try again? |
Beta Was this translation helpful? Give feedback.
-
Now it wont let me login, I guess I have to restore from backup again, trying to make this persistent is becoming a real pain |
Beta Was this translation helpful? Give feedback.
-
Is there a way to restore from backup? |
Beta Was this translation helpful? Give feedback.
-
Not really besides exctarcting the backup file inside the |
Beta Was this translation helpful? Give feedback.
-
Problem is with Unraid, I do not have easy access to the root directory of a container. Ultimately I dont think Little Link Custom is going to work on Unraid, since there is no way to do persistent storage, I tried but apparently something goes wrong when it unraid backs up appdata. |
Beta Was this translation helpful? Give feedback.
-
Can you run docker commands from the Unraid shell? Something like |
Beta Was this translation helpful? Give feedback.
-
I believe so |
Beta Was this translation helpful? Give feedback.
-
You can try to run |
Beta Was this translation helpful? Give feedback.
-
Yes that works fine, no issues |
Beta Was this translation helpful? Give feedback.
-
Alright, what port(s) would you like your docker to run on? |
Beta Was this translation helpful? Give feedback.
-
HTTP Port 2880 |
Beta Was this translation helpful? Give feedback.
-
Please run the commands:
and
Then your docker should be up and running without any issues. |
Beta Was this translation helpful? Give feedback.
-
Where does it make the llc-unraid volume, is it in the docker img? |
Beta Was this translation helpful? Give feedback.
-
Its in one of your folders on your system. Everything inside that folder will persist even if you delete the docker container. |
Beta Was this translation helpful? Give feedback.
-
Ok so according to the folks at unraid this will not work in unraid, because of the way shares are setup. But they told me to do essentially what I did last night, which was create both the appdata folder, and the docker container without mapping anything. Then copy the files from htdocs, to the appdata folder, rebuild mapping it in such a way. However for whatever reason, overnight it created all the issues I now have with 404 and 500 errors galore. They also recommended what would help on unraid, and apparently some other docker solutions; is to put the data that cannot be changed by the issue, maybe it's setup files, or whatever in htdocs, but all of the user data, the database, images, config files, in another folder. For your normal installations it's just a seperate folder alongside htdocs, but allow in the setup for that folder to be mapped elsewhere, and then unraid users could map it to their appdata folder, and everything would work great. If something were to happen to the container itself, they could simply reinstall and point that folder back to appdata and everything would be restored right away. For now I am going to run it as non persistent and see if I run into any issues that way. Fingers crossed |
Beta Was this translation helpful? Give feedback.
-
Also trying to restore files from the backup.zip file causes a 500 error as well |
Beta Was this translation helpful? Give feedback.
-
I am guessing something is not setup correctly.
But when I click on a link it takes me to url.com/going/10?facebookurl
But I get a 500 Server Error
or more specifically in the logs...
HTTP/1.1" 500 6615
Beta Was this translation helpful? Give feedback.
All reactions