I am using apple's tool for app site association validation found here: https://search.developer.apple.com/appsearch-validation-tool
It gives me the error "Error cannot parse app site association" However I have successfully downloaded the file both at /apple-app-site-association and at /.well-known/apple-app-site-association and both downloads and seems to be correct json.
The domain I am trying to validate are app.skyresponse.com
My webserver log confirms successful get and other third-party tools confirm apple-app-site-association configuration seems to be correct. ( https://branch.io/resources/aasa-validator/ )
I am serving the file from AWS S3 thru AWS Cloudfront and have been experimenting back and forth with every setting there is, from content-type to SSL certificate version support.
Anyone that can shed some light on this? it would be greatly appreciated.