#Unhandled Runtime Error - in local server
13 messages · Page 1 of 1 (latest)
Server is at port 9000
Yeah, I'm using port 9000 only in src/lib/config.ts
are you sure everything is ok with your server?
can you curl it like the docs?
curl localhost:9000/store/products | python -m json.tool```
This document will guide you through setting up your Medusa server in a few minutes.
Hi thanks for reply. I've did this step and yes it's returning thr data.
Update: This was the issue - I had a .env.template and renamed it to .env.local fixed that.
But now there's
Unhandled Runtime Error
Error: Request failed with status code 404
one for storefront