Basic Auth + sidebase/nuxt-auth results in a 401 error.
I have a Nuxt3 project using the Sidebase/nuxt-auth module. I'm trying to secure my staging page with basic authentication, but I'm facing issues. After implementing basic auth, the authentication prompt appears on every page refresh, and I receive a 401 error on the first attempt.
https://nuxt.com/modules/nuxt-basic-auth
I've tried setting up basic auth both through the Sidebase module and in the Kubernetes ingress file, but in both cases, the modal prompts appear with each refresh, and the initial attempt results in a 401 error.
Does anyone have insights on why this might be happening and how to resolve it? Thank you!"
https://nuxt.com/modules/nuxt-basic-auth
I've tried setting up basic auth both through the Sidebase module and in the Kubernetes ingress file, but in both cases, the modal prompts appear with each refresh, and the initial attempt results in a 401 error.
Does anyone have insights on why this might be happening and how to resolve it? Thank you!"
