#cors

1 messages · Page 1 of 1 (latest)

wide drum
#

All you need is an API route under pages/api. Then call that route from your component. fetch('/api/your-route').

#

The route will forward the request to wherever you need and return you the data