You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
When attempting to set up a new data connection, clicking the "Create a new connection" button triggers a critical frontend crash. The UI fails to render the expected modal/form and instead displays a minified React error.
error:
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7B_reactName%2C%20_targetInst%2C%20type%2C%20nativeEvent%2C%20target%2C%20currentTarget%2C%20eventPhase%2C%20bubbles%2C%20cancelable%2C%20timeStamp%2C%20defaultPrevented%2C%20isTrusted%2C%20view%2C%20detail%2C%20screenX%2C%20screenY%2C%20clientX%2C%20clientY%2C%20pageX%2C%20pageY%2C%20ctrlKey%2C%20shiftKey%2C%20altKey%2C%20metaKey%2C%20getModifierState%2C%20button%2C%20buttons%2C%20relatedTarget%2C%20movementX%2C%20movementY%2C%20isDefaultPrevented%2C%20isPropagationStopped%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
What do you expect to happen
Clicking the "Create a new connection" button should successfully open the connection configuration form, modal, or wizard for the selected data source without throwing any frontend runtime exceptions.
How to reproduce
Log into the DevLake dashboard interface.
Navigate to the Data Connections page.
Select any connection type (e.g., GitHub, Jira, GitLab).
Search before asking
What happened
When attempting to set up a new data connection, clicking the "Create a new connection" button triggers a critical frontend crash. The UI fails to render the expected modal/form and instead displays a minified React error.
error:
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7B_reactName%2C%20_targetInst%2C%20type%2C%20nativeEvent%2C%20target%2C%20currentTarget%2C%20eventPhase%2C%20bubbles%2C%20cancelable%2C%20timeStamp%2C%20defaultPrevented%2C%20isTrusted%2C%20view%2C%20detail%2C%20screenX%2C%20screenY%2C%20clientX%2C%20clientY%2C%20pageX%2C%20pageY%2C%20ctrlKey%2C%20shiftKey%2C%20altKey%2C%20metaKey%2C%20getModifierState%2C%20button%2C%20buttons%2C%20relatedTarget%2C%20movementX%2C%20movementY%2C%20isDefaultPrevented%2C%20isPropagationStopped%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.What do you expect to happen
Clicking the "Create a new connection" button should successfully open the connection configuration form, modal, or wizard for the selected data source without throwing any frontend runtime exceptions.
How to reproduce
Anything else
No response
Version
v1.0.3-beta13@57b2641
Are you willing to submit PR?
Code of Conduct