Yes, there’s a lot of information there for diagnostic purposes, so apologize for the complexity here, but it might help me understand what is happening.
The code for the toggleBrowserWarning
function is found here. So if you open the console and then refresh the page, you should see under the Network
tab a place to filter the network requests by a name. I filtered by appli
in this screenshot, and you see that the javascript file Application.js
was downloaded without error. So in my browser, it was able to start the page and find the function without error:
Can you check again by refreshing your browser and checking for this output, and see if the Application.js file downloads correctly? It could be some sort of firewall restriction in your environment or a browser restriction (a plugin or some restriction in your browser settings) that could be preventing the page from loading.