Scoped Registrie not recognized on 2019.3

Hi
I have my own packages registry, and its working perfectly on 2019.2.

For some reason, when I add my registry in 2019.3, I get a message saying my registry is not a valid registry

I tried creating a new empty registry, just to see if the message goes away, its not…

Any ideas?

** I took the same project that was not loading the registry, just downgraded it via Unity Hub to 2019.2, now its working like it should, so its definitely 2019.3 change

can you post your manifest (you can mask the urls to the registry if you would like) so I can try and see what’s going on? I’ve definitely used scoped registries with 19.3 successfully (from a few providers)…

Sorry about the censored URL’s…

"scopedRegistries": [
{
"name": "MyRegistry",
"url": "https://{AccessKey}@{registryURL}",
"scopes": [
"{companyScope}"
]
}
],