Replies: 2 comments
-
Hey @rnwcode — do you have the ability to inspect your database and look at how many login attempts you've made? Look directly at the user record that you're trying to log in with. If you're 100% positive that your email and password are correct, it's possible that the login attempts are over your limit of 100 and you are now locked from being able to log in. Another thing you could do is just create a brand new user, and try logging in with that user. I don't think this is a bug with Payload, so I'm going to move this issue to a Discussion instead for now but we can keep the conversation going there. |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem and discovered it was because I was using a middleware. I had it set to run on every route so it was interfering with whatever payload uses for the authentication. I changed it to a specific route only and it works now. Here is the offending line of code: and the fix was putting it in the upload route instead: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
I get the following error message when trying to log in. Both via the dashboard and purely via the Rest API.
The email configuration looks like this:
The Collection is structured like this:
Unfortunately, it is not clear where exactly the error should be, also I could not find anything in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions