-
### Link to the code that reproduces this issue
https://github.com/capJavert/nextjs-functions-break-dynamic-routes
### To Reproduce
1. Add serverless function with custom runtime (eg. [Go](https://…
-
### Describe the feature
Like something in next.js, user can specify runtime for a route using a named export `config`.
I know there is a `vercel-edge` preset, but it is project wide.
```js
export…
-
Hi,
I'm trying to implement dotenvx into our main app. Which is sveltekit, deployed on vercel.
I followed the [guide](https://dotenvx.com/docs/platforms/vercel#initial-setup) but when I deploy the…
-
A question I kinda wanted https://redwoodjs.com/docs/serverless-functions to answer: Why do the generated files from the serverless generator seem to tie to aws?
( I think I know the answer is that…
-
The following works. This is the main logic of the API (v0.0.1): Using the subtitle file's extension as input format.
```sh
ffmpeg -f srt unnamed output.vtt
```
This should work
```sh
# Moving…
-
It would be great if there was a DigitalOcean functions example.
Their functions seem very simple, with the request being handled by a `main(args)` entrypoint.
I'm trying to figure out how to ca…
-
new change can't build unless redeploy. Also Home page post images not updated. but other updates show without redploy. but new post & home page cover images not update automatically.
-
I can't use edge functions as some of the dependencies (Firebase) require node.js so is there a way to stream response from openai and pass it to fronted using serverless functions?
-
Deploying a previously built Nuxt 2 app again results in
```
FATAL No build files found in /var/task/.nuxt/dist/server.
```
Is there a config option that means we are building for Nuxt 2?
It's …
-
### Clear and concise description of the problem
I have customized my dev command to be `vercel dev` to ensure my Serverless Functions for Vercel are usable within this extension. When the command ru…