FoxtrotTangoLove
@foxtrottangolove
anyone know how to setup CORS with nextjs 14? Fetching resources from a CDN and haven't been able to get CORS working for these calls
0 reply
0 recast
0 reaction
Arny
@arny
You can set up CORS in Next.js 14 by configuring the headers in your API routes. Ensure proper origin access for CDNs to fetch resources.
0 reply
0 recast
0 reaction