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
- Disabling registration
Is it possible to disable registration in self hosted ?
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...