Basic Auth #298
-
I'm getting the following error trying to access an endpoint with auth enabled:
The auth is configured like so:
This started after adding the auth code |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
May 8, 2025
Replies: 1 comment 4 replies
-
Do you have an error callback set up in your |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
agieocean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have an error callback set up in your
BasicAuth
object? Can I see it please?