#medusa on cpanel guidline
8 messages · Page 1 of 1 (latest)
Cpanel is not the best place for hosting medusa
I am getting this error , there is no clue on internet :[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379
Try the below .env for Redis
#local
REDIS_URL=redis://localhost:6379
#production
REDIS_URL=redis://:password@host:6379
Use colon ":" after "//" in production
Thanks for the reply, Do I have to install Redis on Cpanel
You are most welcome. I don't know about that if cpanel supports it or not, but you can host it elsewhere as well.
any progress on this?