Skip to content
#

nextjs

Here are 5,360 public repositories matching this topic...

next.js
Kap
blitz
LoriKarikari
LoriKarikari commented Oct 9, 2020

What do you want and why?

There currently isn't a Blitz equivalent to next/config. If you want to use it you have to do import getConfig from 'next/config'. This should become import { getConfig } from 'blitz'.

Possible implementation(s)

This export needs to be added to this file:
https://github.com/blitz-js/blitz/blob/canary/packages/core/src/index.ts

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
michaelwindell26
michaelwindell26 commented Sep 15, 2020

Describe the bug
When running npx serverless --debug if the next build process fails with an error it is not displayed in the output and the deployment hangs forever.

To Reproduce
Steps to reproduce the behavior:

  1. Create a reproducible error in pages/index.js (in my case an import statement was incorrect)
  2. Run npx serverless --debug
  3. Output displays "appName Deplo

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.