absmach / magistrala-ui

UI Repository for Magistrala IoT
9 stars 15 forks source link

[BUG] Channel name does not pass validation check #39

Closed dborovcanin closed 8 months ago

dborovcanin commented 9 months ago

Is there an existing issue for this?

What were you trying to achieve?

I'm trying to create a Channel.

What are the expected results?

I expect to succeed once I enter valid data into the form.

What are the received results?

Validation assumes the Name is empty even if it is not.

Steps To Reproduce

  1. Run Magistrala's latest Docker compose
  2. Run UI
  3. Register user
  4. Login
  5. Create a domain
  6. Log in with the domain
  7. Go to Channels
  8. Try adding a new channel

In what environment did you encounter the issue?

Docker V24.0.7, Compose 2.23.3, the latest version of core services, and the latest version of UI.

Additional information you deem important

image

neov-98 commented 9 months ago

With Add Thing there is the same problem, if necessary I can add a new error.

image

With Add User there is the same problem, if necessary I can add a new error.

image

With Add Group there is the same problem, if necessary I can add a new error.

image