Website mysteriously stopped working

A school’s website stopped working last month, I’m trying to help them understand what is the issue as apparently there were not changes in the codebase in the last year as the website was no longer maintained by developers, but only by content editors.
I see that a request connected to Auth0 might be related.
https://www.piancaschool.it/
The request that fails is GET https://piancaschool.eu.auth0.com/user/ssodata/ with a 404.
Any suggestion to solve the issues I see in the console would be appreciated.

Hello @direzione,

The /ssodata endpoint is deprecated. The app will need to be updated per the notes on that page (migrate to Universal Login or the latest Lock / Auth0.js).

1 Like

Thanks a lot @markd for sharing it! That is correct you need to follow the docs provided above.

Let us know if you have other questions!