hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.54k stars 289 forks source link

CORS Issue #96

Closed wortkotze closed 4 years ago

wortkotze commented 4 years ago

I try to use the API also at another place but I'm running into an CORS issue. Is there an easy way to add/configure CORS in next-Connect or somewhere in the API?

wortkotze commented 4 years ago

found a solution as described at vercel