nextjs-rewrites Questions
0
I'm trying to proxy a request to a backend with Next rewrites.
next.config.js:
async rewrites() {
return [
{
source: "/api/:path*",
destination: "http://somedomain.loc/api/:path*...
Asperges asked 23/12, 2022 at 0:44
0
I'm using NextJS to build our Frontend.
The NextJS API just provides basic checks and then redirects to proper micro-services.
But I'm struggling to find the proper approach.
Since we are using Nex...
Nabalas asked 18/2, 2022 at 12:59
1
© 2022 - 2024 — McMap. All rights reserved.