-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Hi team,
I tried to setup dashboard with supabase and self-hosted redis for local development, but failed with infinite "GET /dashboard 307" redirection. Here's the debug logs when running dashboard locally with command "bun run dev":
SUCCESS Action 'signInWithEmailAndPassword' succeeded: {
"result": {
"success": true,
"parsedInput": {
"email": "[email protected]",
"password": "E2b,123456"
},
"bindArgsParsedInputs": []
},
"input": {}
}
DEBUG Action 'signInWithEmailAndPassword' execution took 138.80179900000803 ms
ERROR MIDDLEWARE_ERROR {}
GET /dashboard 307 in 27ms
ERROR MIDDLEWARE_ERROR {}
GET /dashboard 307 in 24ms
ERROR MIDDLEWARE_ERROR {}
GET /dashboard 307 in 26ms
ERROR MIDDLEWARE_ERROR {}
GET /dashboard 307 in 25ms
ERROR MIDDLEWARE_ERROR {}
GET /dashboard 307 in 48ms
Is there a way to run dashboard with self-hosted redis instead of vercel kv?