This topic is locked

reload page failed after pressing a custom button

4/7/2024 1:37:02 PM
PHPRunner General questions
J
jacktonghk authorDevClub member

I have a custom button and in the client after event I use the code location.reload(); to reload the page. It worked before but not anymore recently. Chrome browser returned unload event is deprecated. What are the alternatives to reload the page? Thanks.

Jack Tong

Sergey Kornilov admin 4/8/2024

"reload" and "unload" are two different things. Can we see an full-page screenshot with the error message?