ERR_CACHE_MISS Error

Cameron Bartlett asked on November 14, 2019 08:40

Hello:

I was working in a custom webpart which redirect to an external page, this webpart was included in a Kentico page and the redirect process works; but when i clicked the back button in the browser for returning to the previous page, it apperared the following error: ERR_CACHE_MISS

I was implemented in the webpart this solution, but the error still happens.

Do you know any way to solve this issue?

Thanks.

Recent Answers


Roman Hutnyk answered on November 14, 2019 10:29

Are you getting that error on your site? - I believe this is default browser error and behavior, which has really nothing to do with Kentico.

I can see there were similar issue reported on Chrome: https://stackoverflow.com/questions/26515991/chrome-err-cache-miss

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on November 14, 2019 14:51

Instead of having a button click event which will cause the error, simply create a link the person navigates to.

The other solution is to wrap the control in an update panel. This should get rid of the full postback.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.