I would like to create a proxy project on vercel
Unanswered
Sun bear posted this in #help-forum
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?
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 bear 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?
I think you could simply use “Other†as the framework of choice when building
Then just a vercel.json is maybe enough
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 folderSun 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
)