In rare occasions an error occurs before the first middleware is even executed, thus the echo.Context is not actually a server.Context, leading to an error in type assertion.
We need to check for success here and if fail, at least log the original error or even better handle it correctly for an email report. Or both!