Next.js Discord

Discord Forum

Proxy Requests Like React

Unanswered
Philippine Crocodile posted this in #help-forum
Open in Discord
Philippine CrocodileOP
In react if you define the following in the package.json file you can route all fetch functions to that API endpoint.
{
  "proxy": "http://localhost:4000",
}


Is there a equivalent feature in Next.JS, using JS not TS?

0 Replies