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
Hi
I was trying to capture invalid token error i.e 401 inside map.on('error') listner but unfortunately this error is not being caught by error handler. Please let me know how can I listen to this error.
Hi
I was trying to capture invalid token error i.e 401 inside map.on('error') listner but unfortunately this error is not being caught by error handler. Please let me know how can I listen to this error.
Code Sample -
map.on('error', (e)=> { console.log("error -------", e); })
The text was updated successfully, but these errors were encountered: