Victor Gerbrands

Results 36 comments of Victor Gerbrands

Hey @denisfelst - like others mentioned, errors like this usually indicate a failing connection to the Medusa server. The crucial env var to set is `NEXT_PUBLIC_MEDUSA_BACKEND_URL`. Make sure it points...

Strange, can you please make sure you're running the latest Medusa version by pulling the latest version of the Starter and try again?

Hey @mfaeezshabbir, is you Medusa server running on localhost:9000? If it's running on a different port or domain, make sure to update the `NEXT_PUBLIC_MEDUSA_BACKEND_URL` env variable.

Nice catch, happy to accept a PR with your fix!

Is it just as bad when you interact with the server directly? E.g. ```curl curl -X POST '{backend_url}/store/carts/{id}/line-items' \ -H 'Content-Type: application/json' \ --data-raw '{ "variant_id": "{variant_id}", "quantity": 1 }'...

[@colors/colors](https://www.npmjs.com/package/@colors/colors) is a package to use colors in your node.js console. It's not a dependency for this Starter AFAIK, so this error might be unrelated. How are you trying to...