You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing out 3.1.8 I found that the updates made in #3728 and #3776 still are not enough.
You can see here the ?dark=0&refresh=1 is being url encoded and added to the URL, while they appear again correctly as ?dark=0&refresh=1. Of course Rstudio returns a 404 here because it thinks that's still a part of the URL.
2024-09-24T17:37:11.332015Z [rserver] DEBUG - Start server proxy request GET /theme/default/solarized_light.rstheme%3Fdark=0&refresh=1?dark=0&refresh=1 (johrstrom:113) for local stream: /tmp/run/rstudio-rsession/johrstrom-d
2024-09-24T17:37:11.334152Z [rserver] DEBUG -- sent server proxy response for: /theme/default/solarized_light.rstheme%3Fdark=0&refresh=1?dark=0&refresh=1 (johrstrom:113) in 0.2s id:: 404
The text was updated successfully, but these errors were encountered:
Fix node_proxy.lua for more issues related to #3730. Specifically #3825 where URIs with query parameters are not being passed correctly.
---------
Co-authored-by: Jeff Ohrstrom <[email protected]>
Fix node_proxy.lua for more issues related to #3730. Specifically #3825 where URIs with query parameters are not being passed correctly.
---------
Co-authored-by: Jeff Ohrstrom <[email protected]>
While testing out 3.1.8 I found that the updates made in #3728 and #3776 still are not enough.
You can see here the
?dark=0&refresh=1
is being url encoded and added to the URL, while they appear again correctly as?dark=0&refresh=1
. Of course Rstudio returns a 404 here because it thinks that's still a part of the URL.The text was updated successfully, but these errors were encountered: