-
I'd like to help with getting fab working with nextjs 12.
Here is my initial test procedure, which basically comes from the fab & nextjs docs:
```
$ npx create-next-app@latest fab-next12
$ cd …
-
NextJS compilation target has been set to `serverless`. Fab builds without issues aside from extremely large `server.js` in resulting bundle. This prevents a deploy to Cloudflare as there is a 1MB wor…
-
With recent release of Cloudflare KV, is it possible to use them as fab.zip target instead of s3? Currently nextjs Serverless build only seems to officially support lambda or now. This is would be a g…
-
### Issue Summary
I noticed a weird error on some of my ISG pages and I think I tracked it down to a change introduced in 3.4.0 / https://github.com/serverless-nextjs/serverless-next.js/pull/1731…
-
Coming from Hasura, it has a event trigger system which can be executed async on serverless functions when a value changes in the database. I think that this feature comes in handy if you have a lot o…
-
# This is a Bug Report
## Description
* What went wrong?
When running `npx serverless deploy`, The application failed to deploy with what seems to be a recursive path concatenation error. C…
-
Hi
Using `node10.x`. Here is my serverless.yml
```
service: project
plugins:
- serverless-nextjs-plugin
- serverless-domain-manager
- serverless-offline
custom:
# Our stage is…
-
### Issue Summary
webpack/runtime/compat The "path" argument must be of type string. Received undefined with new Worker(new URL(...)) and comlink
### Actual behavior
```
webpack/runtime/comp…
-
- [x] Have a `target: "serverless"` build.
- [ ] Bridge routing with [next-aws-lambda](https://www.npmjs.com/package/next-aws-lambda) or something similar to target one base Lambda
- [ ] Assess pack…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…