Please confirm the steps for putting the txt file into the project and setting up url. We are using Django and added the file to the templates folder under .well-known folder.
And set up the url like so:
path('.well-known/apple-developer-merchantid-domain-association.txt/', TemplateView.as_view(template_name=".well-known/apple-developer-merchantid-domain-association.txt", content_type="text/plain"), name="apple-pay-verification"),
But the when clicking verify button for the domain we get this:
Please advise if there is anything that we do incorrectly.