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
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
A 503 status code accompanied by an AuthRetryableFetchError typically indicates that the Auth (GoTrue) service is failing to initialize because it cannot load its configuration.
Why Does This Happen?
This issue is most commonly caused by an invalid duration string in the GOTRUE_SESSIONS_TIMEBOX setting. This occurs if the configured value:
Exceeds the maximum supported duration (approximately hundreds of years).
Uses an incorrect or unsupported time unit format.
When the service encounters an invalid configuration value during startup, it fails to initialize, resulting in fetch errors for all authentication requests.
How to Resolve:
Navigate to the Sessions settings in the dashboard.
Locate the Timebox duration field within the User Sessions section.
Replace the current value with a smaller, valid duration or fallback to the default value (4320 hours).
Save your changes.
Updating this field triggers a configuration reload, which allows the Auth service to restart and resume normal operation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
A
503status code accompanied by anAuthRetryableFetchErrortypically indicates that the Auth (GoTrue) service is failing to initialize because it cannot load its configuration.Why Does This Happen?
This issue is most commonly caused by an invalid duration string in the
GOTRUE_SESSIONS_TIMEBOXsetting. This occurs if the configured value:When the service encounters an invalid configuration value during startup, it fails to initialize, resulting in fetch errors for all authentication requests.
How to Resolve:
4320hours).Updating this field triggers a configuration reload, which allows the Auth service to restart and resume normal operation.
Beta Was this translation helpful? Give feedback.
All reactions