Maksaimer Mikhail
Maksaimer Mikhail
Мы в итоге пробрасывали ключ через volume внутрь контейнера и это работало
@k-komarov , do you have workaround the issue?
I have workaround the issue, extends from SpringVaadinServlet and override method servletInitialized ```java public class CustomSpringVaadinServlet extends SpringVaadinServlet { @Override protected void servletInitialized() throws ServletException { VaadinServletService service = getService();...
How you hardcoded private token?
@chandruxp where did you get the token? It is personal access token (/profile/personal_access_tokens)?