#deploy backend on vercel?
12 messages · Page 1 of 1 (latest)
Thank you ❤️
@slender rune another question for this, how to use vercel KV with medusa backend? I'm trying to setup my backend like:
- Source will be hosted on DigitalOcean
- Portgres / Redis on Vercel.
Possible?
You just need to provide the url in your medusa config. Don’t forget when reaching a remote db you need to set database_extra: { ssl: { rejectUnauthorized: false }
}
Yeah, follow your suggestion, it's already worked for Postgre but KV is not.
Oups sorry, for kv there is no module or plugin, you would need to look at the redis module and implement a custom module, the example where we are using it is in a next function
Thanks alot!
Is this even possible
no, as in the answer above.
@subtle hull what host provider do you recommend
Railway is cheapest option for small project atm (for me)