keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Authentication failure in not configured base example

Open moritzgvt opened this issue 3 years ago • 1 comments
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

Screenshot 2022-03-02 at 17 14 10

There are some JS errors in the console: Screenshot 2022-03-02 at 17 14 39

Happens in all major Browsers. node v14.18.1 npm v8.4.1

moritzgvt avatar Mar 02 '22 17:03 moritzgvt

I got same error message with basic installation.

yarn create keystone-app cd my-app yarn dev

image

node v16.13.0 Any idea?

Thanks

Tangcuyu avatar Mar 22 '22 03:03 Tangcuyu

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

dcousens avatar Sep 21 '22 03:09 dcousens