How to disable CORS in this SDK?
Opened this issue · 0 comments
OishikGuha commented
I made a little module which has a function that creates a client. When I execute the module's function by itself it works, but when I use it from somewhere else like a nextjs page, it gives me a cors error, anyone know how to disable CORS so the function works properly?