Please refresh the page or try again later. `; document.querySelector('#refresh')?.addEventListener('click', () => { window.location.reload(); }); document.title = 'Oops, something went wrong'; }; const scriptNode = document.querySelector('script[src*="/index"]') || document.querySelector('script[src*="-index"]'); if (scriptNode) { scriptNode.onerror = showError; }