Next.js Discord

Discord Forum

I would like to create a proxy project on vercel

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
I would like to create a proxy project, but not sure how I should do it.
It seems it needs just a vercel.json, but if I dont include nextjs to it build wont work.

https://vercel.com/guides/vercel-reverse-proxy-rewrites-external

Or should I just use nextjs as reverse proxy without vercel.json?

7 Replies

Sun bearOP
I tried that it failed with no deployment found
now I went into a different direction
i have had success with vercel "other" framework by adding a text file to the public folder
Sun bearOP
ahh I only had the json, maybe that was missing. For now I have decided to have my app (and the corresponding miniapps on subdomains
)