aakil786
Results
2
comments of
aakil786
Ok yes removing the nil (for middleware) solves the problem, with my test code sample. My actual code however does not pass a nil but uses a keycloak middleware, and...
Ok it looks like the issue is when passing a middleware to the group. ``` package main import ( "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware" "net/http" "time" ) func main() { e := echo.New()...