Skip to content
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

Open
SanthoshRam-03 opened this issue Feb 28, 2024 · 9 comments
Assignees

Comments

@SanthoshRam-03
Copy link

SanthoshRam-03 commented Feb 28, 2024

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.

image

And I cannot integrate OpenStack in the local environment.

@DavidResende0 DavidResende0 self-assigned this Feb 28, 2024
@DavidResende0
Copy link
Member

Thanks for pointing this out @SanthoshRam-03. I'll look into this.

@DavidResende0
Copy link
Member

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?

@SanthoshRam-03
Copy link
Author

SanthoshRam-03 commented Feb 29, 2024

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:

Openstack-Credentials

Endpoints

Log-Details-Openstack

The logs are repeatedly loading on the Rails Local Server.

@agrare
Copy link
Member

agrare commented Feb 29, 2024

Hey @SanthoshRam-03 are you running this as an appliance or with rails s in development mode?

@SanthoshRam-03
Copy link
Author

Hi, @agrare running the rails server in development mode. The above log screenshot is regarding this.

@agrare
Copy link
Member

agrare commented Feb 29, 2024

Thanks so the verify task hanging is likely due to not having a queue worker running like you would on an appliance.
In development we recommend a rails server plus a simulated queue worker typically, you can run this with a rails c then simulate_queue_worker. You can check the developer setup guide towards the end we cover this there https://www.manageiq.org/docs/guides/developer_setup.html

@jeffibm
Copy link
Member

jeffibm commented Mar 4, 2024

Hey @DavidResende0 , this warning gets fired from here - async-credentials/async-credentials.jsx#L83

@miq-bot miq-bot added the stale label Jun 10, 2024
@miq-bot
Copy link
Member

miq-bot commented Jun 10, 2024

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 master, please reply with all of the information you have about it in order to keep the issue open.

1 similar comment
@miq-bot
Copy link
Member

miq-bot commented Sep 16, 2024

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 master, please reply with all of the information you have about it in order to keep the issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants