alexandrtovmach / react-microsoft-login

Microsoft services authorization with React.
https://alexandrtovmach.github.io/react-microsoft-login
MIT License
80 stars 38 forks source link

navigator is not defined at new TelemetryManager #60

Closed DharmendraNaberly closed 3 years ago

DharmendraNaberly commented 4 years ago

On refreshing page getting this error ReferenceError: navigator is not defined at new TelemetryManager

alexandrtovmach commented 4 years ago

@DharmendraNaberly Thanks for reporting! Could you provide more details? It's seems weird, because this package shouldn't anything like this

DharmendraNaberly commented 4 years ago

ms_error (1)

alexandrtovmach commented 3 years ago

Do you use SSR?

alexandrtovmach commented 3 years ago

I'm pretty sure this issue is not related to the package directly. It looks like you trying to use react-microsoft-login in SSR or mobile development, but it's not expected.

Feel free to reopen this issue with more details