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
info: Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter[1]
Antiforgery token validation failed. The required antiforgery cookie ".AspNetCore.Antiforgery.aut98qJoxB0" is not present.
Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery cookie ".AspNetCore.Antiforgery.aut98qJoxB0" is not present.
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext)
at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context)
trce: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[53]
Authorization Filter: After executing OnAuthorizationAsync on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.
and
warn: Microsoft.AspNetCore.Http.ResponseCookies[1]
The cookie '.AspNetCore.Antiforgery.aut98qJoxB0' has set 'SameSite=None' and must also set 'Secure'.
The text was updated successfully, but these errors were encountered:
* Updated `Readme`
* Fixed cookie bug
* Added `Jira OAuth` support
* Updated dependencies:
* `Bootstrap` and `Bootswatch`: `4` to `5` major release
* `jQuery` minor update to `3.7.1`
* `fontawesome`: `5` to `6` major release
* `Atlassian SDK` to `13.0.0` version
* Updated `Readme`
* Fixed cookie bug
* Added `Jira OAuth` support
* Updated dependencies:
* `Bootstrap` and `Bootswatch`: `4` to `5` major release
* `jQuery` minor update to `3.7.1`
* `fontawesome`: `5` to `6` major release
* `Atlassian SDK` to `13.0.0` version
* migtateed to bs5 and rebase this commit
* Updated `Readme`
* Fixed cookie bug
* Added `Jira OAuth` support
* Updated dependencies:
* `Bootstrap` and `Bootswatch`: `4` to `5` major release
* `jQuery` minor update to `3.7.1`
* `fontawesome`: `5` to `6` major release
* `Atlassian SDK` to `13.0.0` version
* migtateed to bs5 and rebase this commit
On new
dotnet
versions - cookie issue.and
The text was updated successfully, but these errors were encountered: