Skip to content
#

nextjs

Here are 4,803 public repositories matching this topic...

next.js
Kap
tinacms
blitz
flybayer
flybayer commented Sep 2, 2020

What do you want and why?

We occasionally have situations were new app creation get's stuck forever at the "retrieving freshest dependencies" step.

To mitigate the impact for this, we need to add a timeout to this step. Currently it never times out.

Possible implementation(s)

[Add a timeout config to both uses of got in this file](https://github.com/blitz-js/blitz/blob/017c1f

nas5w
nas5w commented Feb 25, 2019

Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).

If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i

serverless-next.js
thchia
thchia commented Sep 2, 2020

Describe the bug
JSON data files for SSG pages (e.g. `_next/data/{build id}/file.json) are not being cached by Cloudfront, meaning that subsequent calls always go to the origin (and trigger the Lambdas@Edge).

To Reproduce

  1. Deploy a website with at least one SSG page.
  2. Visit the SSG page once. This should cache the JSON data.
  3. Refresh that page and observe the x-cache respons

Improve this page

Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.