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'm having a hard time getting the API middleware to work when running on fetch unsupportive browsers, despite applying polyfills through webpack which seem to be working in other parts of the code ( i.e. If I call fetch in my own javascript code, it works, but the middleware api calls are still never happening despite everything else working).
Is this a known issue with a known solution that I am missing?