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
After the v2.62.0 upgrade, Zitadel was not able to read its configuration from the config.yaml file. This is likely a regression, so we upgraded to v2.61.1 and will wait for a fix.
The App's access token expiry was set to 60 minutes by the @zitadel/node dep, but Zitadel had this token expiry at 30 minutes, which was causing intermittent token expired errors. This has been fixed by setting the token timeout to 60 minutes in the Zitadel config. @bryan-robitaille is looking at creating our own interceptor for @zitadel/node so we can set whatever expiry time we want.
Several errors around being unable to set instance for requests were tracked down to clients closing their connection before Zitadel had a chance to respond. This type of context canceled error has now been suppressed to remove noise from the event channels.
Summary
Upgrade to latest Zitadel stable version.
The text was updated successfully, but these errors were encountered: