Page is not loading, properly inspection uncovers the following request and responses:
GET https://publiclab.org
ERROR 500 INTERNAL SERVER ERROR
GET | https://publiclab.org/assets/application.css
ERROR 304 NOT MODIFIED
GET | https://publiclab.org/assets/application.js
ERROR 304 NOT MODIFIED
Tracing causes:
NS_BINDING_ABORTED shows on Network debugging for root page.
Uncaught TypeError: can't access property "classList", e[0] is undefined. Shows as a error from application.js
Debugging Application.js shows no source map found on js debugging.
Note:
Please verify that the backend is operational and recompile assets. Also, wrap JS selectors in conditionals to prevent frontend crashes.
