For long-running operations, Vercel allows paid deployments to increase the timeout on Functions. Note that this applies to old-style Vercel Functions (based on Node.js) and not the new Edge Functions.At time of writing, big-AGI has only 2 operations that run on Node.js Functions:...
Oh sorry, that was a mistake, it's an old file that should have been deleted. Deleting it here:https://github.com/codesandbox/codesandbox-client/pull/5434/files Sorry for the confusion, we have not used vercel in a while for codesandbox :( ...
A critical part of achieving a great developer experience is to not have to worry about deployments. One of our users reported that they were able to build a POC with WunderGraph within one hour, but then it took them multiple days to figure out how to properly deploy it to AWS, in...
Verify canary release I verified that the issue exists in the latest Next.js canary release Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022;...
Verify canary release I verified that the issue exists in the latest Next.js canary release Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022;...
Description In #8150 we removed the deprecated package manager argument in favor of the option, but we didn't remove the corresponding parameter from the actual main function. This lead to the opti...
If you remove the middleware.ts file from the project the error is gone and you will get a 404 page as expected. When a middleware is present the /test/baz gets undefined as props. It seems related to getStaticProps returning { notFound: true } Expected Behavior The presence of a middle...
For long-running operations, Vercel allows paid deployments to increase the timeout on Functions. Note that this applies to old-style Vercel Functions (based on Node.js) and not the new Edge Functions.At time of writing, big-AGI has only 2 operations that run on Node.js Functions:...
To make sure the issue is resolved as quickly as possible, please make sure that the reproduction is asminimalas possible. This means that you shouldremove unnecessary code, files, and dependenciesthat do not contribute to the issue. Please test your reproduction against the latest version of Ne...