Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: proxy calls are cached #2138

Open
jimniels opened this issue Dec 19, 2024 · 0 comments
Open

bug: proxy calls are cached #2138

jimniels opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
type: bug something is broken

Comments

@jimniels
Copy link
Collaborator

Per this conversation in Slack, proxy calls can get cached by the browser, so that each request returns the same data and the only way to make them work as expected is to open the developer tools and check the "disabled cache" box. Per Ayush:

I think this is happening due to proxy header prefix change I did in #2083 , caches of request are getting mixed somehow...

@jimniels jimniels added the type: bug something is broken label Dec 19, 2024
@AyushAgrawal-A2 AyushAgrawal-A2 self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug something is broken
Projects
Status: No status
Development

No branches or pull requests

2 participants