Query parameters break IDE
See original GitHub issueI tried to use code-server in a container on Openshift inside of Che as an alternative to Eclipse Theia. Che adds query parameter ?uid=213488 to ensure that response is not cached and updates of the IDE web page are properly managed.
But code-server doesn’t load because of this query parameter. Instead error is returned
Cannot GET / with error code 404.
Changing query parameter name doesn’t help.
Could you allow passing query parameters to the IDE, so caching prevention would work?
Actually, it might be a good idea to prevent caching by default because some users would want to be able to run new version of the code-server in a docker container and not suffer from cached page issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
Query parameters break IDE #220 - coder/code-server - GitHub
I tried to use code-server in a container on Openshift inside of Che as an alternative to Eclipse Theia. Che adds query parameter...
Read more >javascript - Cache busting via params - Stack Overflow
A URL with a query parameter is distinct from the same URL with a different query parameter. They should be treated as two...
Read more >How to fix fbclid and other Query String Parameters from ...
How to fix Query string parameters like fbclid, hsenc_ and mc_cid from decreasing the accuracy of your Google Analytics Landing Pages and ...
Read more >Using Query String Parameters with Minimal APIs - Code Maze
In this article, we are going to explain how we can work with query string parameters in Minimal APIs in .NET 6.
Read more >Query Parameters in JavaScript (3+1 Ways) - YouTube
Sponsored by: Coursera.org, thanks! Get the world's best online education experience on subjects such as Data Science, Business, Blockchain, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ll try to make a fix for this tomorrow.
CC any coder maintainer to mark this as a bug and not a feature thanks