-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Hello i deployed shinyProxy on my K8S cluster using openanalytics/shinyproxy container.
the issue is within latest (3.1.1) docker image, i start getting issues with Request method 'POST' not supported message when i click on my deployed app inside shiny UI.
logs message :
2025-06-27 11:00:02.292 WARN 1 --- [ XNIO-1 task-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
after downgrading to 2.6.1 everything works as expected!
I would like to continue using the latest version, so I’d appreciate any guidance on how or when this issue might be resolved. Thank you in advance!