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
Followed "Quick Start" section of Helm chart w\o any custom values,
only passed generated AUTH_SECRET env to API container in the deployment, without it it would returned the error below:
The error: BetterAuthError: You are using the default secret. Please set BETTER_AUTH_SECRET in your environment variables or pass secret in your auth config.
API logs:
🔄 Checking workspace_member table for user_email to user_id migration...
2026-02-21T11:15:52.129Z WARN [Better Auth]: Social provider github is missing clientId or clientSecret
2026-02-21T11:15:52.130Z WARN [Better Auth]: Social provider google is missing clientId or clientSecret
2026-02-21T11:15:52.130Z WARN [Better Auth]: Social provider discord is missing clientId or clientSecret
⚡ API is running at http://localhost:1337
🛈 workspace_member table does not exist — skipping migration.
🔄 Checking session table for active_workspace_id to active_organization_id migration...
🛈 session table does not exist — skipping migration.
🔄 Checking invitation table for created_at column migration...
🛈 invitation table does not exist — skipping migration.
🔄 Migrating database...
✅ Database migrated successfully!
🔄 Starting GitHub integration migration...
No old integrations to migrate
🗑️ Dropping old github_integration table...
✓ Dropped github_integration table
🔄 Starting column migration...
No projects found, skipping column migration
Initializing plugins...
✓ Registered plugin: GitHub
GitHub App not configured, skipping webhook handlers
✓ Plugin event subscriptions initialized
✅ Plugins initialized
API service container now in is in the restart loop returning: Readiness probe failed: HTTP probe failed with statuscode: 404
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.
Uh oh!
There was an error while loading. Please reload this page.
Followed "Quick Start" section of Helm chart w\o any custom values,
only passed generated AUTH_SECRET env to API container in the deployment, without it it would returned the error below:
The error:
BetterAuthError: You are using the default secret. Please set BETTER_AUTH_SECRET in your environment variables or pass secret in your auth config.API logs:
API service container now in is in the restart loop returning:
Readiness probe failed: HTTP probe failed with statuscode: 404All reactions