Import repo from Gitlab.com to self hosted do not list repos

The problem is that I cannot import a project from the Gitlab.com to my self-hosted gitlab it got stuck

gitlab self-hosted version 15.6.0

Context:

I have a self-hosted gitlab configured with omniauth_providers that worked fine until last week, I could list all my project within Gitlab.com. I have the app_id and secret set in my gitlab self hosted like the documentation asked. (It worked for some days)

Now I cannot list the repos anymore, checking the network call the response is 304 with the json

realtime_changes.json
[{"id":3,"import_status":"finished"},{"id":2,"import_status":"finished"}]

This response keeps in loop forever.

How can I get this working again ?

Configured auth like → Authentiq OmniAuth Provider | GitLab (gitlab_rails[‘omniauth_providers’])