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
fix(core): Resolve startup and team management page errors
This commit includes two critical fixes:
- Corrects the ALLOWED_HOSTS logic to reliably detect the server's IP at startup, resolving the DisallowedHost error.
- Fixes a NameError on the Team Management page by adding the missing 'timedelta' import.
0 commit comments