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
@amondnet
Since we switched to building inside the github action, it seems that .vercel/output/config.json is not picked up by vercel anymore.
If we add a custom vercel.json file it will be picked up by vercel but we're not able to properly set up our edge middleware with this file.
Is it possible to not add any vercel.json file to our working directory, and still have your github action send the .vercel/output/config.json to vercel to make sure vercel uses that information?
Question:
Do we need to add vercel.json ? and if so, how to do so in a way it won't clash with what we have at .vercel/output/config.json?
@PaulRBerg I think it might be a bug? for optimal visibility I think issues is the best section! Discussions usually has a longer turn around in my experience.
If you're able to help us out we'd love to sponsor you btw! Or anyone who can help us fix this issue. 😅 we've been stuck on this for almost 8h now trying out various things.
@amondnet
Since we switched to building inside the github action, it seems that
.vercel/output/config.json
is not picked up by vercel anymore.If we add a custom
vercel.json
file it will be picked up by vercel but we're not able to properly set up our edge middleware with this file.Is it possible to not add any
vercel.json
file to our working directory, and still have your github action send the.vercel/output/config.json
to vercel to make sure vercel uses that information?Question:
Do we need to add
vercel.json
? and if so, how to do so in a way it won't clash with what we have at.vercel/output/config.json
?--
perhaps related: @PaulRBerg #123
--
extra information:
this is our
.vercel/output/config.json
this is our folder structure
it seems that
.vercel/output/static
holds the same files as thedist
folder... 🤔this is the deploy step of our github action
The text was updated successfully, but these errors were encountered: