We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now I had to temporarly disable CSRF check for admin panel cause there were some unexpected issues, so we have to fix that. Stack trace:
assignment to entry in nil map /home/sergeyg/.gvm/gos/go1.16/src/runtime/map_faststr.go:204 (0x41d02c) mapassign_faststr: panic(plainError("assignment to entry in nil map")) /home2/Projects/Projects/Repos/uadmin/blueprint/sessions/models/models.go:107 (0xbbd5b4) (*Session).SetData: s._data[name] = value /home2/Projects/Projects/Repos/uadmin/blueprint/sessions/interfaces/db.go:20 (0xbbd57d) (*DbSession).Set: s.session.SetData(name, value) /home2/Projects/Projects/Repos/uadmin/templatecontext/templatecontext.go:148 (0xbc09c1) PopulateTemplateContextForAdminPanel: session.Set("csrf_token", token) /home2/Projects/Projects/Repos/uadmin/blueprint/user/user.go:245 (0xbdeba7) Blueprint.InitRouter.func7: templatecontext.PopulateTemplateContextForAdminPanel(ctx, c, interfaces.NewAdminRequestParams()) /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/context.go:147 (0x980490) (*Context).Next: c.handlers[c.index](c) /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:83 (0x980477) RecoveryWithWriter.func1: c.Next() /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/context.go:147 (0x97f513) (*Context).Next: c.handlers[c.index](c) /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:241 (0x97f4d2) LoggerWithConfig.func1: c.Next() /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/context.go:147 (0x9767c3) (*Context).Next: c.handlers[c.index](c) /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:403 (0x9767aa) (*Engine).handleHTTPRequest: c.Next() /home/sergeyg/.gvm/pkgsets/go1.16/uadmin-updated/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:364 (0x97624c) (*Engine).ServeHTTP: engine.handleHTTPRequest(c) /home/sergeyg/.gvm/gos/go1.16/src/net/http/server.go:2887 (0x6db1c2) serverHandler.ServeHTTP: handler.ServeHTTP(rw, req) /home/sergeyg/.gvm/gos/go1.16/src/net/http/server.go:1952 (0x6d65ec) (*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req) /home/sergeyg/.gvm/gos/go1.16/src/runtime/asm_amd64.s:1371 (0x474fe0) goexit: BYTE $0x90 // NOP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now I had to temporarly disable CSRF check for admin panel cause there were some unexpected issues, so we have to fix that.
Stack trace:
The text was updated successfully, but these errors were encountered: