-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maxDuration does not work for remix + vite #96
Comments
@TooTallNate any ideas here? we're having a ton of traffic on our site today and would really like to increase this 😅 |
Can you elaborate on "fails to deploy"? What are you seeing? Can you share a reproduction, or a deployment URL? |
@TooTallNate yep, here you go: https://vercel.com/sort-xyz/sorthub/BPFNXzZGm6jrgnnNFLt6FKf2NbUC |
Ok, so ya, you don't configure |
@TooTallNate I tried that as well, and the build wouldn't even compile, complained about something to do with some files in node modules already existing. let me revert to that commit and send over a URL |
This error seems unrelated to the |
interestingly enough, adding the config to |
That is strange. I will relay that to the Remix team. If you could give a standalone reproduction that would help as well. |
I'll see what I can do, thanks! |
Ya that would be helpful. I wasn't able to reproduce using the |
following the docs using the
export const config = { ... }
as well as the vercel.json fails to deploy for mehttps://vercel.com/docs/functions/configuring-functions/duration
The text was updated successfully, but these errors were encountered: