Comment on Help request : Docker service (PeerTube) doesn't have the same way on new server
foggy@lemmy.world 3 days agoAre the two servers on the same LAN? Did you update all configs for the new servers address?
Comment on Help request : Docker service (PeerTube) doesn't have the same way on new server
foggy@lemmy.world 3 days agoAre the two servers on the same LAN? Did you update all configs for the new servers address?
utopiah@lemmy.world 3 days ago
Different networks entirely. AFAICT no IP is hardcoded, only domain names which are the same.
But… please feel free to check the URL, it seems to work.
My hypothesis is that the player in the browser, maybe due to WebWorks, had cached the IP of the content. So I was getting the UI/API from the new IP but the content itself (namely video files) from the old IP which might have created some CORS/CSP issues and that the player itself blocked it. (updating the post on the forum with that idea in case others get in a similar situation)