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
Description:
After upgrading from version 0.24.0 to 0.25.1, I've encountered an issue where the Produce button becomes disabled when trying to copy a message for production in KafkaHQ.
Steps to reproduce:
Upgrade AKHQ to version 0.25.1.
Copy a message in KafkaHQ to produce it.
Notice that the Produce button is disabled when the Value schema is populated.
Observations:
No logs are displayed on the console indicating why the button is disabled.
After adding some logging to the code for debugging, I observed the following error message: valueSchema is not allowed.
x(this,"validate",()=>{const{error: t}=H.validate(this.state.formData,this.schema);if(!t)returnnull;console.log("log: "+t);// added the logging hereconsts={};for(letaoft.details)s[a.path[0]]=a.message;returns;});
When hovering over the Value schema field, it appears to be stuck in a loading state with a constant loading pointer.
The issue only occurs when using the Copy button on a message. However, if I directly click the Produce to topic button on a topic, everything works fine.
Expected behavior:
The Produce button should be enabled after copying a message, similar to when directly producing to a topic.
Environment:
AKHQ Version: 0.25.1
Previous Version: 0.24.0
The text was updated successfully, but these errors were encountered:
rzala
changed the title
Produce button disabled after copying message on AKHQ version 0.15.1
Produce button disabled after copying message on AKHQ version 0.25.1
Oct 22, 2024
I apologize for the confusion. I mistakenly quoted the wrong version. I'm currently using the latest version, 0.25.1. I've updated the issue to reflect the correct versions. Thank you!
Description:
After upgrading from version 0.24.0 to 0.25.1, I've encountered an issue where the Produce button becomes disabled when trying to copy a message for production in KafkaHQ.
Steps to reproduce:
Observations:
valueSchema is not allowed
.Expected behavior:
The Produce button should be enabled after copying a message, similar to when directly producing to a topic.
Environment:
The text was updated successfully, but these errors were encountered: