pegedece opened a new issue, #8969: URL: https://github.com/apache/devlake/issues/8969
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When attempting to create a new connection from the Config UI in Apache DevLake v1.0.3-beta13, the UI immediately throws a React error before the connection form can be used normally. The error is not specific to Bitbucket. The same behavior is observed when creating different connection types. The browser console shows: <!-- Failed to upload "Grabación de pantalla 2026-07-01 161602.mp4" --> <img width="747" height="641" alt="Image" src="https://github.com/user-attachments/assets/01edcf15-b820-425a-8279-dbb2a7122055" /> Minified React error #31 with additional details indicating that React is attempting to render an object containing properties such as: { _reactName, _targetInst, type, nativeEvent, target, currentTarget, ... } This prevents connection creation from the web interface. The issue was observed both in an upgraded installation and in a completely fresh installation. ### What do you expect to happen Clicking "Create New" should open the connection creation workflow and allow users to configure and save the connection. ### How to reproduce 1. Deploy Apache DevLake v1.0.3-beta13. 2. Open the Config UI. 3. Navigate to Connections. 4. Select any connection type. 5. Click "Create New". 6. Observe that the UI immediately throws a React error. Browser console shows: Minified React error #31 The issue is reproducible without creating a connection and without interacting with the target service. ### Anything else 1. Upgraded installation - Apache DevLake v1.0.3-beta13 - Upgraded from v1.0.3-beta12 - Podman on RHEL 9 2. Fresh installation - Apache DevLake v1.0.3-beta13 - Podman on RHEL 9 - New database The issue is reproducible in both environments. Firefox 152.0.3 ### Version v1.0.3-beta13 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
