My family license has expired and I’m trying to update it through the subscription page on my self-hosted instance. The page however stays empty with just a loading circle, not providing a way to upload the new json file.
Inspecting the page shows a 400 “Invalid license. IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): ‘3/8/2026 7:09:16 PM’, Current time (UTC): ‘3/9/2026 11:12:08 PM’." This error is also shown in the console as “Unhandled error in angular”.
When accessing Org subscription page on admin console on my instance, I’m getting error: “Invalid license. IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): ‘3/15/2026 10:20:23 PM’”
/api/organizations/[REDACTED]/subscription:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
console-log.service.ts:51 Unhandled error in angular r
I have this error in the browser console when I try to open the subscriptions page in my self-hosted instance.