Hello, as I am experiencing slow POST and GET responses and suspecting Supabase to be the bottleneck, I created a postgresql instance on railway and simply replaced the new URL by the new one.
Here is my custom start on railway.
medusa migrations run && npm run build:admin&& medusa start
My https://medusa14-production.up.railway.app/store/products shows that my backend is not connected to my database.
Are there other manipulations to do?
Thanks