-
-
### Bug description
When attempting to load in a MySQL DB locally, Prisma outputs the following error during introspection:
thread 'tokio-runtime-worker' has overflowed its stack
Here's a clo…
-
Just wanted to try out the builder-vercel starter.
https://vercel.com/templates/next.js/personalization-builder-io
Following Error was thrown, during build stage:
```
[10:24:00.585] Failed to…
-
### Description / Steps to reproduce the issue
Hi! I am using the [mingw-w64-nodejs](https://packages.msys2.org/base/mingw-w64-nodejs) package for Node.js development. Unfortunately, I can't run the …
-
### Description
I was previously running on next 13.4.19 using App folder, with my project running without issues.
After upgrading to next latest 13.5.2, I started getting the following errors:
`…
-
# When I run `pnpm contentlayer build`, I run into an error within node_modules and cannot resolve it.
Versions
```json
"contentlayer": "^0.3.4",
"next": "13.4.9",
```
Error Message
```
im…
-
In the top links of every page, change the first link text from "Celtic Lyrics Corner" to "Home". Not that important, but seems like a good small change
-
To support client-side rendering, I'm thinking:
1. Generate `${folder}/index.html` from `public/index.html`.
1. Generate `${folder}/index.js` from the `index.mdx` + `index.tsx`
1. Run parcel agai…
-
The Navbar component is server-rendered. Since it is included in the root layout, this forces every single page to be server-rendered on demand (dynamic).
Because of this, the time to first byte of…
-
**Is your feature request related to a problem? Please describe.**
i would like to use babel/typescript syntax inside of Svelte markup template code.
For example, let's say i have the babel optio…