ERROR [ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:637 #877
-
I am getting the {"error":{"code":"504","message":"An error occurred with your deployment"}}. In my logs i see the following. Any help would be appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your redis url is not properly setup. It is still looking for a Docs: https://ovi.swo.moe/docs/getting-started#create-a-redis-connection |
Beta Was this translation helpful? Give feedback.
Your redis url is not properly setup. It is still looking for a
127.0.0.1
redis instance, which is clearly wrong. You should setup the environment variableREDIS_URL
inside your Vercel dashboard, and point it to your upstash redis url.Docs: https://ovi.swo.moe/docs/getting-started#create-a-redis-connection