unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
2.76k stars 278 forks source link

Unkey local development agents error with cluster.redisUrl length must be greater than 1 #1923

Closed perkinsjr closed 1 month ago

perkinsjr commented 1 month ago

Preliminary Checks

Reproduction / Replay Link (Optional)

No response

Issue Summary

When trying to launch the agent you get the following error:

2024-07-16 16:55:51 
2024-07-16 16:55:51 
2024-07-16 16:55:51 Configuration is invalid:
2024-07-16 16:55:51   - cluster.redisUrl: String length must be greater than or equal to 1
2024-07-16 16:55:51 
2024-07-16 18:14:25 
2024-07-16 18:14:25 
2024-07-16 18:14:25 Configuration is invalid:
2024-07-16 18:14:25   - cluster.redisUrl: String length must be greater than or equal to 1
2024-07-16 18:14:25 
2024-07-16 18:16:16 
2024-07-16 18:16:16 
2024-07-16 18:16:16 Configuration is invalid:
2024-07-16 18:16:16   - cluster.redisUrl: String length must be greater than or equal to 1
2024-07-16 18:16:16 

Steps to Reproduce

  1. Pull main
  2. pnpm local
  3. Select dashboard
  4. Fill in envs
  5. let agent fail to start
  6. Inspect logs

Expected behavior

Should be able to launch agent via docker

Other information

No response

Screenshots

No response

Version info

N/A
linear[bot] commented 1 month ago

ENG-1253 Unkey local development agents error with cluster.redisUrl length must be greater than 1

chronark commented 1 month ago

@MichaelUnkey ran into that this week, can you help james?

perkinsjr commented 1 month ago

You can use

docker stop $(docker ps -aq); docker system prune -af; docker volume prune --all -f

then run git pull (from main) pnpm local which should resolve.