next-compute-js icon indicating copy to clipboard operation
next-compute-js copied to clipboard

Run Next.js on Fastly Compute

Results 12 next-compute-js issues
Sort by recently updated
recently updated
newest added

Hello @tyler, Is there a plan to support Next.js 14.x?

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

was wondering if there's ongoing work to support Next.js v13+ that have the React Server Components paradigm experimentally enabled via the `app` directory. would love to use this in the...

Hi there, In Next.js there's a feature called "[Incremental Static Regeneration (ISR)](https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)" which allows to revalidate content fetched at build time after a given time. This works in both the...

It would be very helpful if there was support for Next.js 13.5 with a stable release.

I understand that Next.js 13 is not yet listed as officially supported. That said, this information may be helpful. After bootstrapping a clean Next.js 13 project with TypeScript support, I...

The `DocumentContext` that is usually available is `undefined` when your page has `getServerSideProps` and is served by Fastly. I have made a reproduction so you can see the behavior:\ https://github.com/jonasthiesen/fastly-document-context-bug

Following the instructions to use [edge dictionaries](https://js-compute-reference-docs.edgecompute.app/docs/fastly:config-store/ConfigStore/prototype/get), this is also reproducible in this repository's example project. In `package.json`: ``` "dependencies": { "@fastly/js-compute": "^1.3.4", ... } ``` In e.g. `_app.js`: ```...

With a freshly created Next.js app (using `create-next-app`) with TypeScript support, errors are occurring when running `fastly compute serve` as the transpilation step does not support certain features to be...

Hi, It doesn't appear that the current code/getting started works any longer. Following the instructions in the readme and running `fastly compute serve` but the code doesn't build. These seem...