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
I haven't tried it yet, but it looks like you are using those new fancy arrow functions, which implicitly binds "this" to the parent object. I think, but I'm not sure without checking, that "this" is actually referencing the map object and not the request. Give it a try without the arrow functions and let me know. I'll be happy to look into it more if that's not the case.
Hi,
I always get those error when setup the middleware. here is my code:
The text was updated successfully, but these errors were encountered: