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
This is a breaking change but will be release on patch level
because it's a security issue.
To fix the breaking change add this to the middleware options:
``` js
{
headers: {
"Access-Control-Allow-Origin": "your-host-name"
}
}
```
0 commit comments