Dave Mooney
Dave Mooney
Joining the club: This is occuring when I add in a getStaticProps function, even if the function doesn't call any outside data. Very strange. `error - unhandledRejection: Error: aborted at...
I doubt this is what's causing most peoples issues...but the fix for me was that in my function in my api folder it was using 'return data' instead of 'res.status(200).json(data)'....
Same here
I'm finding I can't use `output: 'export'` in my next.config.js to output a static build, without getting errors locally. If I don't add any `assetPrefix`, then all of my files...
Turns out you can run a simple web server from your terminal `python3 -m http.server 3000`. * `cd` into the folder where your static build lives. * Run `python3 -m...
Same here, not enjoying writing hacks to get around the fact that router.push isn't async