Replies: 2 comments 4 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
SAME AS #4130
Immich 1.118 is hot off the presses, so I'm sure there will be some projects that need to update API usage. Looks like homepage is one of them. :-)
Logs show lots of API errors trying to reach endpoints that have been changed in the latest Immich version.
The server-info endpoint is used by homepage but has been removed in immich.
From Immich release notes:
2. Remove deprecated API endpoints
The following endpoints were previously deprecated and have been removed, if you are a community project maintainer and using one of the endpoints below, please make sure to make changes to your project:
/api/server-info/* has been removed. Use /api/server/* instead.
/api/people/:id/assets has been removed. Use /api/search/metadata instead.
Note
This includes /api/server-info/ping, /api/server-info/version, /api/server-features, /api/server-info/config, /api/server-info/statistics, and others.
homepage version
v0.910
Installation method
Unraid
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
No troubleshooting I can do on my end.
All reactions