-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: The following fields are invalid: Email, Username #36
Comments
I found what's causing it. Code below doesn't seem to work with Logging
Code
|
@WilsonLe do you know why |
Payload's https://github.com/payloadcms/payload/blob/main/packages/payload/src/auth/executeAuthStrategies.ts The plugin might have prepended the strategy before payload's local strategy. |
Should we perhaps add something like this to
|
That makes sense. Can you create a PR for that? |
Not sure if it's expected, but you can find the answer in seeing if the |
PR here: #38 |
I am using your example with
local-users
andusers
and I keep getting this every time I load the admin panel. Any idea why?LocalUsers.ts
Users.ts
The text was updated successfully, but these errors were encountered: