App Clip doesn't show card on 1st scan

We have developed an AppClip and released it along with its associated full app 4 days ago.

The app has a default AppClip and an advanced AppClip experience with the 'Received' status since its submission.

The problem is that our new users don't see the AppClip card on their very first scan of the QRCode. They first see the 'open in safari' banner when they scan the code with their camera and only when they have dismissed it once, can they see the AppClip card when they scan the code.

How can we make it so the AppClip card shows for every 1st time user/scan instead of the 'open in safari' banner?

Apart from that the clip launches and works as expected.

The code is a standard QR Code and not an AppClip code and we have not configured the Smart App Banner in the HTML meta tag of our website.

In our associated domains we have:
appclips:3w.myapp.app
appclips:myapp.app

The url embedded in the QRCode is of the format: https: //myapp.app/d/a/?p=itemNumber

The AASA file is

{
    "app
         "appIDs": [ "####.bundleID-dev", "####.bundleID" ],
               "components": [
                 {
                    "#": "no_universal_links",
                    "exclude": true,
                    "comment": "..."
                 },

                 {
                    "/": "/d/a/*",
                    "comment": "Matches any URL whose path starts with /"
                 },
                 {
                    "/": "/d/f/*",
                    "comment": "Matches any URL whose path starts with AR/"
                 }
               ]
             }
         ]
     },
     "appclips": {
        "apps": [ "####.bundleID.Clip" ]
    }
  }
App Clip doesn't show card on 1st scan
 
 
Q