joni1802 / ts3-manager

A modern web interface for maintaining Teamspeak3 servers
https://www.ts3.app
MIT License
189 stars 23 forks source link

Fixed network error when trying to fetch new teamspeak server version #107

Closed realDayaa closed 6 months ago

realDayaa commented 6 months ago

http://files.teamspeak-services.com is not working properly at the moment. Which is causing a network error to show up upon each login in the app.

One has to append /index.html at the end of each url now to display the content. (e.g. http://files.teamspeak-services.com/index.html) However, that doesn't solve the problem of the server rejecting the request because of CORS. I tried getting the version numbers via docker tags but that failed as well because of CORS.

What worked was getting the version number via the teamspeak docker repo on github.

I also updated the package-lock files since running npm install failed for me.

joni1802 commented 6 months ago

Looks great 👍. Will test it in the next days.