Skip to content

dashboard does not support self-hosted redis #101

@chaosreload

Description

@chaosreload

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?

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions