Replies: 2 comments
-
@Vovaman we don't have any context to suggest what may be going on. We do not guess in this community. Our community support policy is very clear: we will not troubleshoot OAuth 2 for non-paying users. There is a dedicated OAuth 2 troubleshooting guide as well as examples for 5-6 IDPs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If this was after an upgrade, the docs recommend clearing the browser cache and local storage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Docker compose file:
services:
rabbitmq:
image: rabbitmq:4.1.1-management
hostname: ${HOST_RABBIT}
environment:
RABBITMQ_DEFAULT_USER: ${RABBIT_USER}
RABBITMQ_DEFAULT_PASS: ${RABBIT_PASSWORD}
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbit log_levels [{connection,error},{default,error}] disk_free_limit 2147483648 -rabbitmq_management
TZ: ${TIME_ZONE}
volumes:
- ../docker-files/rabbitmq/enabled_plugins:/etc/rabbitmq/enabled_plugins:rw
'enabled_plugins' file:
[rabbitmq_event_exchange,rabbitmq_management,rabbitmq_prometheus,rabbitmq_mqtt,rabbitmq_shovel,rabbitmq_shovel_management].
result:

Reproduction steps
...
Expected behavior
Want to see normal web-interface
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions