It should work the same way for organization
Doesn't seem to work.
One thing of note, the APP_DOMAIN is the same as _APP_FUNCTIONS_DOMAIN
Hmm this is annoying π€There is issue in GitHub UI when it doesnt let you save without changes. I use trick when I switch to specific repos, then back to all repos. That allows saving without changes. But it seems like that isnt allowed for orgnaizations
Thats an issue, but should not affect this flow.
I would recommend using some subdomain for function domains. If my domain is backend.mycompany.com
, I would do functions domain functions.backend.mycompany.com
I will change it.
Do I need to also change DNS settings or should it work the same?
You will need to change DNS settings, and also configure wildcard certificate for the domain. We plan to write article soon on how to do it with DigitalOcean NS adapter for Traefik.
Tho if you dont need those function domains, you can simply ignore it. Or you could avoid using those auto-generated domains, and use custom domains. those dont require wildcard certificates, and are very easy to set up.
Regarding your problem with GitHub installation, it should again ask for "Authorize" if you uninstall application and try to install it from Appwrite Console again.
I'll try again and uninstall it.
Same issue as before.
Hmm it says it was successful. Can you check docker compose logs appwrite
?
Identity not found might be related. let me ask @Steven to check this
Thanks for your help.
(steven is US timezone, it will take few hours to be here)
No worries. I'll divert my attention elsewhere in the meantime
Small update:
I have now tried to set _APP_DOMAIN_FUNCTIONS
To the same as _APP_DOMAIN: appwrite.example.com
and tried this as well: functions.appwrite.example.com
Got the same successful imported message but these errors were returned in the logs.
After checking the guide again and double checking the github app it seems that one of the callback urls were deleted somewhere in the flow. I'll try to add it back.
That was it.
Sheesh.
Sorry for wasting your time.
no worries! I'm glad you were able to figure it out and it helps us to see possible error messages
[SOLVED] Functions not working
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...