CORS

If you see a cors problem, replace the front-end url in the following files.

next.config.js

vercel.json

lib/cors.ts

Replace 'https://w3authuser.devzstudio.com' with your front-end url.

Last updated