Handling Cors Error with API resolver In NextJs
Introduction
What is the CORS error
A simple explanation of what causes CORS in the browser is when you are fetching resources from an external URL.
More Detailed Explanation Here.
CORS in NextJs
Having cors error in the front-end(client) is caused b...
emanuelone.hashnode.dev3 min read