You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had some confusing when migrating to a locally hosted Invidious instance - I had some scripts which used the old deprecated API routes, which were removed in #5045
When requesting https://example.com/api/v1/channels/videos/[...channel id..] to my new instance: I get a 200 OK response code, but a completely blank page, which was very confusing.
This seems to be the case with ever URL under /api/v1/... (except those under /api/v1/auth/... which return 403 at least without an auth token, haven't checked with one)
Describe the bug
I had some confusing when migrating to a locally hosted Invidious instance - I had some scripts which used the old deprecated API routes, which were removed in #5045
When requesting
https://example.com/api/v1/channels/videos/[...channel id..]
to my new instance: I get a200 OK
response code, but a completely blank page, which was very confusing.This seems to be the case with ever URL under
/api/v1/...
(except those under/api/v1/auth/...
which return 403 at least without an auth token, haven't checked with one)Not a major thing, but if these would return an HTTP error code, it would made debugging a bit easier
Thanks!
Steps to Reproduce
Update to invidious v2.20241110.0
Logs
N/a
Screenshots
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered: