I am currently developing a sample TV app to perform in-app search using google assistant. I created an agent in dialogflow and also coded the fulfillment part.
In order to perform app linking in my sample app, I followed the steps provided in android developers site. I have secured website to link my app.
According to the procedure, I created the assestlinks.json file using the app links assistant in android studio. Placed the file at the root folder of the domain as well i.e, "https://domainname/.well-known/assetlinks.json". But when I click on "link and verify" button in app links assistant, the error "We could not associate your app with the selected domain.Please make sure the Digital Asset Links File is uploaded to the correct domain" displays. But when I click on the link,I am able to see the file at that location.
Please help me in correcting this issue as I am not able to proceed since a long time due to this.