
.well-known/assetlinks.json is needed for flutter deeplinks. I understand cloud functions are not exactly same as REST API routes. Is it possible to solve this with in the appwrite ecosystem without hosting this endpoint alone somewhere else?

theoretically, yes

may i ask why they need to be on the console?
first time i've heard this 🙂

i could see someone using a custom domain for a function and then serving that assetlinks.json. suppose they don't have a website there or anything and don't want to set up hosting

Are you saying we can create a route like this in cloud function - https://example.com/.well-known/assetlinks.json

yes
Recommended threads
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
