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
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/
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.
As a result I get an error: [Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “text/html”.
The error in this case does not include an endpoint for file requests.
Still, I get the correct code to respond, even though I don't even handle it in any way on the server side.
Request URL: http://127.0.0.1:2000/saves/saveModule.js
Request method: GET
Status code: 200 OK
Remote address: 127.0.0.1:****
Referrer policy: strict-origin-when-cross-origin
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0
Connection: keep-alive
Content-Length: 30048
Content-Type: text/html; charset=UTF-8
Date: Thu, 16 May 2024 14:31:27 GMT
ETag: W/"7560-18f7cd41e75"
Last-Modified: Wed, 15 May 2024 15:17:07 GMT
X-Powered-By: Express
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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/
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.
As a result I get an error: [Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “text/html”.
The error in this case does not include an endpoint for file requests.
Still, I get the correct code to respond, even though I don't even handle it in any way on the server side.
Request URL: http://127.0.0.1:2000/saves/saveModule.js
Request method: GET
Status code: 200 OK
Remote address: 127.0.0.1:****
Referrer policy: strict-origin-when-cross-origin
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0
Connection: keep-alive
Content-Length: 30048
Content-Type: text/html; charset=UTF-8
Date: Thu, 16 May 2024 14:31:27 GMT
ETag: W/"7560-18f7cd41e75"
Last-Modified: Wed, 15 May 2024 15:17:07 GMT
X-Powered-By: Express
Beta Was this translation helpful? Give feedback.
All reactions