Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple app site association hosting problem #3973

Closed
sahinemin opened this issue Dec 10, 2024 · 1 comment
Closed

Apple app site association hosting problem #3973

sahinemin opened this issue Dec 10, 2024 · 1 comment

Comments

@sahinemin
Copy link

sahinemin commented Dec 10, 2024

          Solution is that the file itself NEEDS a file extension, and the redirect does not:
[
    {
        "source": "/.well-known/apple-app-site-association",
        "target": "/.well-known/apple-app-site-association.json",
        "status": "200",
        "condition": null
    }
]

Then amplify will be able to find it correctly.

Originally posted by @tamagokun in #1983 (comment)

I've tried this solution and some others as well. but it didn't work. I'am using flutter web.

@sahinemin sahinemin changed the title Apple app site association problem Apple app site association hosting problem Dec 10, 2024
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant