After upgrading to Spring Cloud Service for TAS to v3.2.4 or older, config-server backend application fails to start with InvalidObjectIdException-Invalid id: main error message.
In SCS v3.2.4 and older, Config Server uses main as default label, instead of master in earlier versions.
This error is encountered if your service instances are configured without a label explicitly defined after upgrading to v3.2.4 or older.
The issue is due to SCS v3.2.x Breaking changes. Please review related to a config-server.
Option 1: Migrate master to main branch - If you were using master branch before the upgrade and wanted to use main branch going forward.
master branch to main or create a new branch called main from the master branch.master with main in their path.
Option 2: Your want to keep using the master branch
label to master explicitly.master with main in their path.
Update: This issue have beed fixed in SCS v3.2.5. Fallback to master is now functional