Getting 404 error with Invidious
Suddenly getting 404 error, and the App.log says something like
WARN[0000] network tipi_main_network: network.external.name is deprecated. Please set network.name w
Even when Kavita and IT-Tools are loading ok, but that network error is still there!
I didn't change anything!
33 Replies
I did restart the app and Tipi, didnt work!
Somehow its fixed now! 🤔
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Ohhh okay, thanks
I just installed Bookstack when trying to access it through URL, it stops at internal private IP, instead of redirecting to public IP.
any solutions for that?
Would you mind telling me where to find that config?
What do you mean exactly?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Thank you for this!
Gave +1 Rep to @mcmeel
I mean, I using Tipi on a remote server, and use the apps through subdomain connected to the Public IP, but when I try to access bookstack through the assigned URL, I doesn't go anywhere, it just get stuck and in the address bar I see something like
10.*.*.*:8119
why is VPS' internal ip.
and by config I meant where to find what he shared Maybe we didn’t configure it correctly to account for each use case. If you go into the settings page on the Tipi dashboard what is the listen IP listed there?
Oh sorry for the typos in my previous msg, here is what I see in my Tipi settings, and yes this is the IP address it redirects to and stops there
http://10.0.0.145:8119/login

How it looks in Homarr

I think we need to re-work the bookstack config
It is using internal ip for the redirect
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
There is this variable, I think bookstack automatically redirects internally

Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yes, this plus all the variables defined in the app's
config.json
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Could be as an optional field yes
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
They things you guys are talking about are way above what I understand 🤯 being new to these things and all lol
Docker settings are like this,
Should I change something here!? I assume
APP_URL=http://${INTERNAL_IP}:${APP_PORT}
Nope trying this - APP_URL=${USER_APP_URL:-http://${INTERNAL_IP}:${APP_PORT}}
didn't work!Yes this would work, there is also the
url
type available for form field
APP_URL=<public ip>:<port>
You can try this
I'll prepare an update for the app, @Cvlr has the same issuenice, thanks. i will try this and let you know ✌️
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
So did this, not sure if I was supposed write it like that, but did not work! lol
You need to put the value you want
Your real ip
then I did this
APP_URL=http://myPublicIP:${APP_PORT}
i mean my public ip
bow I can access the app, works fine, tho, the subdomain is not connected, its through direct ip
thus no SSL
goddamn, this worked for me, lol.
Putting the subdomain directly without ports lol
not sure if its best practice thoIt's exactly what you had to do, it's what it is supposed to be but we mis-configured the app a bit. Next Bookstack update on the store will fix this
Thank you very much for the help and all the hardwork, much appreciated!
Gave +1 Rep to @Nicolas
@mcmeel thank you too ✌
The app update works nicely!
Amazing!
All thanks to you peeps