Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/977f62336be3c54fc33b3476d80d3cce4c0b244c/MediaBrowser.Model/Users/ForgotPasswordAction.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Users/ForgotPasswordAction.cs

11 lines
169 B

namespace MediaBrowser.Model.Users
{
public enum ForgotPasswordAction
{
ContactAdmin = 0,
PinCode = 1,
InNetworkRequired = 2
}
}