Hi @Tim_Jones
Out of curiosity: why do you have a problem with these errors occurring after navigating to another page? Yes, they do occur, but they do not affect your users, or? It is also a best practice to catch errors with try-catch blocks.
Regards
Tim_Jones
(Tim Jones)
May 12, 2023, 11:20am
22
Klaas Klever:
Out of curiosity: why do you have a problem with these errors occurring after navigating to another page? Yes, they do occur, but they do not affect your users, or? It is also a best practice to catch errors with try-catch blocks.
They do affect the user. The errors are dragged into the page youâre trying to redirect to and that page doesnât load as a result of the errors.
Tim
Tim_Jones
(Tim Jones)
May 12, 2023, 11:22am
23
Thanks, @Glenn_D . Sorry for the slow reply, I juggle a lot of things and this go pushed to the wayside as it was working âgood enoughâ.
Hiding the workspace block to prevent errors and showing a loading spinner is a great idea. Itâs a simple solution to this problem.
I wish âOn Before Page Enterâ actually worked how it sounds, but this will work for me.
Thank you for sharing your experience!
Tim