-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Warning: Unrecognized isDisabled
Prop Passed to DOM Element in Provider Form
#9101
Comments
Thanks for pointing this out @SanthoshRam-03. I'll look into this. |
Hey @SanthoshRam-03, I see the problem and am in the process of fixing it but this warning shouldn't prevent you from adding an OpenStack provider. What error do you see when you try saving the provider? |
Hi @DavidResende0 When I'm filling out the credentials details for OpenStack and clicking the validate button, its not validating, and it's also taking too much time. And this React Warning could be the reason for it? Screenshots of Credentials and Logs: The logs are repeatedly loading on the Rails Local Server. |
Hey @SanthoshRam-03 are you running this as an appliance or with |
Hi, @agrare running the rails server in development mode. The above log screenshot is regarding this. |
Thanks so the verify task hanging is likely due to not having a queue worker running like you would on an appliance. |
Hey @DavidResende0 , this warning gets fired from here - async-credentials/async-credentials.jsx#L83 |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
2 similar comments
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi @jeffibm @DavidResende0 and @agrare ,
In the ManageIQ developer environment, when I try to add a new cloud provider, the UI is indicative of a common issue in React development.
And I cannot integrate OpenStack in the local environment.
The text was updated successfully, but these errors were encountered: