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
Following #11878, I didn't add @NoSameSiteCookieRequired to the accessibility app endpoints. Fixed with #12669
The other issue is with the new GET /core/fonts/Nunito-Regular.woff2, but I resolved it with proper nginx configuration (cache section didn't included woff2 files).
GitMate.io thinks possibly related issues are #1412 (Add __Host prefix to same site cookie), #4451 ("Delete Calendar" Issue), #8483 (Preview cache issue ), #8123 (Make opt-out list of incompatible clients for same site cookie protection configurable), and #3068 (LDAP: Quota issues).
Following #11878, I didn't add
@NoSameSiteCookieRequired
to the accessibility app endpoints. Fixed with #12669The other issue is with the new
GET /core/fonts/Nunito-Regular.woff2
, but I resolved it with proper nginx configuration (cache section didn't included woff2 files).(Ref nextcloud/calendar#169)
The text was updated successfully, but these errors were encountered: