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
{"error":{"code":401,"status":"Unauthorized","request":"5d3db5ec8f60bec323fe7dd8e25c3279","reason":"No active session was found in this request.","debug":"securecookie: the value is not valid","message":"The request could not be authorized"}}
Reproducing the bug
Steps to reproduce the behavior:
Server logs
{"code":401,"debug":"securecookie: the value is not valid","details":{},"error":"The request could not be authorized","level":"error","msg":"An error occurred while handling a request","reason":"No active session was found in this request.","request-id":"5d3db5ec8f60bec323fe7dd8e25c3279","status":401,"time":"2019-10-24T16:53:59Z","trace":"Stack trace: \ngithub.com/ory/hive/session.(*ManagerHTTP).FetchFromRequest\n\t/go/src/github.com/ory/hive/session/manager.go:97\ngithub.com/ory/hive/session.(*Handler).IsNotAuthenticated.func1\n\t/go/src/github.com/ory/hive/session/handler.go:64\ngithub.com/julienschmidt/httprouter.(*Router).ServeHTTP\n\t/go/pkg/mod/github.com/julienschmidt/httprouter@v1.2.0/router.go:334\ngithub.com/justinas/nosurf.(*CSRFHandler).handleSuccess\n\t/go/pkg/mod/github.com/justinas/nosurf@v0.0.0-20190118163749-6453469bdcc9/handler.go:187\ngithub.com/justinas/nosurf.(*CSRFHandler).ServeHTTP\n\t/go/pkg/mod/github.com/justinas/nosurf@v0.0.0-20190118163749-6453469bdcc9/handler.go:144\ngithub.com/urfave/negroni.Wrap.func1\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:46\ngithub.com/urfave/negroni.HandlerFunc.ServeHTTP\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:29\ngithub.com/urfave/negroni.middleware.ServeHTTP\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:38\ngithub.com/ory/x/reqlog.(*Middleware).ServeHTTP\n\t/go/pkg/mod/github.com/ory/x@v0.0.76/reqlog/middleware.go:140\ngithub.com/urfave/negroni.middleware.ServeHTTP\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:38\ngithub.com/ory/x/metricsx.(*Service).ServeHTTP\n\t/go/pkg/mod/github.com/ory/x@v0.0.76/metricsx/middleware.go:261\ngithub.com/urfave/negroni.middleware.ServeHTTP\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:38\ngithub.com/urfave/negroni.(*Negroni).ServeHTTP\n\t/go/pkg/mod/github.com/urfave/negroni@v1.0.0/negroni.go:96\ngithub.com/gorilla/context.ClearHandler.func1\n\t/go/pkg/mod/github.com/gorilla/context@v1.1.1/context.go:141\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2007\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2802\nnet/http.(*conn).serve\n\t/usr/local/go/src/net/http/server.go:1890\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1357","writer":"JSON"}
Expected behavior
If the cookie can not be decoded (secret change maybe?) simply reset it.
Environment
Version: master
The text was updated successfully, but these errors were encountered:
Describe the bug
When calling
/public/auth/browser/login
:Reproducing the bug
Steps to reproduce the behavior:
Server logs
Expected behavior
If the cookie can not be decoded (secret change maybe?) simply reset it.
Environment
The text was updated successfully, but these errors were encountered: