You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
I tried exporting a realm containing a few thousand users, about 300 groups, and 1000 client roles and the endpoint sends a code 504 with the following body :
<html>
<body>
<h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body>
</html>
Is there any way to bypass this timeout ?
The text was updated successfully, but these errors were encountered:
I wonder if you can configure the response timeout in a Keycloak configuration so it would depend whether you are using Keycloak with Wildfly (standalone.xml) or with Quarkus (keycloak.conf). It also can be a configuration in your proxy if you are using one (such as Nginx)
I tried exporting a realm containing a few thousand users, about 300 groups, and 1000 client roles and the endpoint sends a code 504 with the following body :
Is there any way to bypass this timeout ?
The text was updated successfully, but these errors were encountered: