Open arimtiaz opened 5 months ago
I think it is due to acess token but I tried following the medusa docs for it but couldnt seem to follow it
This marketplace starter provides a foundational example to help you build and customize your own marketplace using Medusa.js. Begin your project with this starter template and tailor it to meet your specific needs.
corepack enable
yarn install
yarn build
npx @medusajs/medusa-cli migrations run
Now comment out @rigby-software-house/mercurjs-vendor and @medusa/admin from the list of plugins in medusa-config.js. Then run:
yarn run seed
Now comment them back in. Ready to run:
yarn run dev
I followed the configuration process and created a supabase database and connected it but due to some reason when I go to make a post request I get unauthorized on postman