You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
Following documentation to create keystone-app using either npm or yarn creates non-runnable app (throwing an error on /init when trying to run for the first time).
It seems to be a problem with the latest next@13.4.0, when locking the dependency to next@13.3.0 the issue does not occur.
The error seen in both browser & server logs is TypeError: Cannot read properties of null (reading 'useContext')
Running using:
Chrome browser (version 112)
Node 18.12.1
npm 8.19.2
yarn 1.22.19
The text was updated successfully, but these errors were encountered:
Following documentation to create keystone-app using either
npm
oryarn
creates non-runnable app (throwing an error on /init when trying to run for the first time).It seems to be a problem with the latest
next@13.4.0
, when locking the dependency tonext@13.3.0
the issue does not occur.The error seen in both browser & server logs is
TypeError: Cannot read properties of null (reading 'useContext')
Running using:
The text was updated successfully, but these errors were encountered: