You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better to use and call Promises with await inside an async function instead of chain the Promises using the "then" return function. This would make the code more readable and more maintainable.