Muntasir2001
Muntasir2001
@double-a you have mentioned that we can use delete_realm_roles(), I do not see this function in keycloak_admin.py file. Is this function available somewhere else within the package or...?
https://github.com/shadcn-ui/ui/issues/2980#issuecomment-2029267475 this solution helped me
@shiffman just to clarify is this related to this page?  (or I am a bit confused here about what's going on 😅 )
Makes sense I will have a look and let you know :) Probably will make change to the PR directly as it saves time
This is what I have done so far. I am waiting for the moderators to get back to me with their name suggestions. I think I will wait until the...
Thanks I will try these and let you know how it goes
So I have tried this and I get the same error: ``` appError: { "code": "UNKNOWN_ERROR", "message": "fetch failed" } err: { "type": "TRPCError", "message": "fetch failed: fetch failed: ",...
I ran `docker exec -it documenso ping minio` and it was able to ping minio. This command `docker exec -it documenso curl http://minio:9000/` failed to run as CURL doesn't exist...
Ah great thanks I will try that but I am 99% sure documenso is able to communicate with `minio`. I have done a bit of digging and I think I...
Sorry what was the fix you made here again? Was it the `NEXT_PRIVATE_INTERNAL_WEBAPP_URL`?