Currently, the registry panics when starting if the PostgreSQL credentials are wrong. Credentials are configured in the database section of the configuration file.
Solution
Investigate why this causes a panic and why the error is not being handled gracefully. Fix it.
Edited
Designs
An error occurred while loading designs. Please try again.
Child items
0
Show closed items
GraphQL error: The resource that you are attempting to access does not exist or you don't have permission to perform this action
No child items are currently open.
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
@jaime, as a general rule of thumb, if a user/admin requested a feature to be enabled, then we should fail to start if we can't setup/verify the pre-requisites for that feature.
In this specific case, we should definitely fail as soon as possible, otherwise, this could lead to data inconsistencies or at least unavailability for repositories stored in the database.