
Hi all, I have setup a self hosted Appwrite Instance and a self hosted Authentik server.
I want to use Authentik as my auth provider, but for some reason, the auth URL is not correct.
I explained it in more detail on Reddit, but did not get a response there https://www.reddit.com/r/appwrite/comments/1jgr064/wrong_authentik_auth_url/
the core problem is, that auth url is "authorize?client_id=xxxxx" but should be "authorize/?client_id=xxxxx" notice the extra / before the param.
I did not find a setting where i could change the URL in appwrite.
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
