Hi all and a happy new year
I have followed this guide (Guide for Joplin-Server on Raspberry Pi) to install Joplin Server on my RPI IV and I have this issue:
Invalid path format: 192.168.0.235:22300/login
Go to login page
I reviewed the tutorial again. Its goal is to set up a reverse proxy afterward to externally encrypt the connection to the client (https://). Do you plan to do that as well?
The easy way (only internal in your Home-Network):
Behind APP_BASE_URL=, you need to specify the address where the website should be accessible in the end. If you only want to use the server within your home network and don't plan to set up a proxy server for forwarding, using the IP and port should work.
APP_BASE_URL=http://192.168.0.235:22300
In that case, you also need to use http://192.168.0.235:22300 as the URL in your browser. There won’t be any additional suffix after the URL.
In my use-case I would like to run Joplin-Server exclusively locally, i.e. without being accessible from Internet. No Apache. No 192.168.0.235/joplin. Just 192.168.0.235:22300.
I dont understand where the curios URL comes from. That http://192.168.0.235:22300/192.168.0.235:22300/login doesn't work is normal. It is not a valid URL. But I've no Idea where it comes from.
Maybe you have to leave the field APP_BASE_URL blank. It looks like the webpage pasted this part in front of your URL and this is in this case not correct. You can try
APP_BASE_URL=
But I'm not sure if this will work. I think we need help from someone else. Sorry @Rare .