Closed bscw21027 closed 1 month ago
Please, I’m having this same issue, I also tried to register using postman and it says 404 meaning route not found, can anybody help with this please
Having the same issue here, can't add a new user from Postman, get a 404 error saying "Cannot POST /vendor/users" in the URL http://localhost:9000/vendor/users
Experiencing the same issue
I was able to resolve the cors issues by removing .env.local file, changing middlewares.ts:16 to middlewares: [cors(adminCors)],
and putting ADMIN_CORS="http://localhost:7001,http://localhost:7002"
at .env file
Thank you @turistua, that worked.
Hi,
I'm following the tutorial from youtube and ran
yarn dev:vendor
to open the vedor panel. Tried to register but it gets stuck and doesn't show the confirmation toast.I'm running both admin and vendor simultaneously.
This is my .env file.