Hello, what should I do to completely get rid of the data stored in the browser’s memory, because I have a problem with the browser sending a request to a path that no longer exists, while the page on which the request is sent contains a different path?
The path of the current page looks like this: /saves/abc/,
And the one the browser refers to is as follows: /saves/xyz/
I have tried clearing the browser memory many times at the settings level in the chrome://settings/privacy tab and at the developer tools level.
The short answer is this could be a 404 internal service error and may have to look at a work around for this. If you could put some code on here and the IDE etc… that would make it easer to check.
But the problem is not on the server side, but for some reason the browser is referencing the no longer existing endpoint that I was using before.
I have verified the code thoroughly, even using GPT chat, and this cannot be the reason.
If you asked ChatGPT, that’s no guarantee that you got a truthful answer.
There isn’t, but when I see for myself and test whether the code is to blame, I’m sure it’s telling the truth. I just wanted to ask him to make sure and see if he would give me any more tips.
It’s really hard for us to know if your code is right if you don’t share it, but I honestly don’t trust ChatGPTs opinion on your code.