Hello,
while using Vaadin 24.6.5 is it possible to forward request from regular @WebServlet to Vaadin page like:
getServletContext().getRequestDispatcher("/xxx").forward(request, response)
This issue is related to upgrade from Vaadin 8 to 24 and previous version worked in a similar way but with 24 fails with “Could not navigate to …”.