- npm install
- npm run dev
- Go to localhost:3000
- Notice error:
_libsql_isomorphic_fetch__WEBPACK_IMPORTED_MODULE_0__.Headers is not a constructor
- Downgrade to next from 13.4.6-canary.2 to 13.4.6-canary.0
- Go to localhost:3000
- Notice there's no error (request will timeout b/c db url is invalid)
NOTE: Something was introduced in canary.1 or canary.2 that caused this error