You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide the Dockerfile for this project or how do build it?
Does it require /api/v2 to be in the path for GET or PUT? I am wondering how to deal with this behind a an auth proxy that potentially swallows the /api/ when routing the requests to the -json backend?
The text was updated successfully, but these errors were encountered:
Sure, I can provide a Dockerfile but it should be as simple as yarn && yarn build to build and yarn start to start the Next.js server. Next uses path-based routing so api is what you'll get but I think you can use redirects and route rewriting features of Next.
Hi, I have kind of two requests:
Can you provide the
Dockerfile
for this project or how do build it?Does it require
/api/v2
to be in the path forGET
orPUT
? I am wondering how to deal with this behind a an auth proxy that potentially swallows the/api/
when routing the requests to the -json backend?The text was updated successfully, but these errors were encountered: