79497943

Date: 2025-03-10 12:12:01
Score: 0.5
Natty:
Report link

I had similar issue. I debugged the problem down to the setPersistance call. According to this discussion the proper way of calling setting persistence is calling it via Auth instance method:

 this.auth.setPersistence(browserLocalPersistence).then(e=>{ ...... .... })

After I changed it, the issue was gone.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: urDMG