Error login to apple develper portal

Hi can confirm that, as of today, I also got this issue. I was able to publish and code sign my app all day yesterday, but today I have to turn off Associated Domains in on Apple ID in Apple Developer, but that is not a proper solution since my domain isn’t opening up the app.

Error I get:

[2019-11-14 18:06:54 CET] <main> DBG-X: parameter Errors = [ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/ExpoKitApp.app/AppSavantSe' is not supported."]

I’ve added the Associated Domains in app.json

      "associatedDomains": [
        "applinks:link.to.domain",
      ]

But seems like this domain isn’t fetched when building the .ipa file or something.