C9Glax / tranga-website

Web-Frontend for Tranga-API
GNU General Public License v3.0
17 stars 10 forks source link

Website Kavita connection not saving #38

Closed ghost closed 7 months ago

ghost commented 7 months ago

on docker latest for api and website.

After entering my kavita details aka http://127.0.0.1:5000 and user + pw and pressing enter or update the entered details just dissapear. nothing happens...

The tranga website / api logs show nothing happening at all.

db-2001 commented 7 months ago

I'm not sure about the issue overall but if I'm not mistaken, that IP would route the tranga_api container to itself, not to the machine running it (unless you are running the tranga_api container in host networking mode) you'd have to use the actual IP of the host (192.168.X.X or 10.0.0.X whatever it is). You may or may not be able to also use the address of the kavita container inside docker, if they're on the same network - less sure about this method since I don't fully understand docker networking.

C9Glax commented 7 months ago

Duplicate of https://github.com/C9Glax/tranga/issues/104