keystone
keystone copied to clipboard
Authentication failure in not configured base example
trafficstars
Reproduce
- Do the basic installation:
npm init keystone-app
cd my-app
npm run dev
- Create user
- Logout
- Try to log back in with the created user
Expected
- Login works
Actually
- Authentication failure

There are some JS errors in the console:

Happens in all major Browsers. node v14.18.1 npm v8.4.1
I got same error message with basic installation.
yarn create keystone-app cd my-app yarn dev

node v16.13.0 Any idea?
Thanks
Cannot reproduce this, but I'm wondering if this is somewhat similar to https://github.com/keystonejs/keystone/discussions/7915#discussioncomment-3696037
@moritzgvt, @Tangcuyu can you try the /init process using the credentials name test, email test, password testtest?
If we can find a way to reproduce this problem, I'll re-open the issue