When deploying a Flutter Web application on Appwrite Sites, we are experiencing issues with the configuration of deep links (Android) and universal links (iOS). The error displays the message "The page you're looking for doesn't exist" and appears to be related to the configuration of the assetlinks.json and apple-app-site-association files in the .well-known directory.
Relevant Documentation Consulted:
Android Configuration: https://docs.flutter.dev/cookbook/navigation/set-up-app-links
iOS Configuration: https://docs.flutter.dev/cookbook/navigation/set-up-universal-links