Search before asking
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:
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
- Deploy Apache DevLake v1.0.3-beta13.
- Open the Config UI.
- Navigate to Connections.
- Select any connection type.
- Click "Create New".
- 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
-
Upgraded installation
- Apache DevLake v1.0.3-beta13
- Upgraded from v1.0.3-beta12
- Podman on RHEL 9
-
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?
Code of Conduct
Search before asking
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:
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
Browser console shows:
Minified React error #31
The issue is reproducible without creating a connection and without interacting with the target service.
Anything else
Upgraded installation
Fresh installation
The issue is reproducible in both environments.
Firefox 152.0.3
Version
v1.0.3-beta13
Are you willing to submit PR?
Code of Conduct