-
Notifications
You must be signed in to change notification settings - Fork 31
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
Impossible to add user in a group #1035
Comments
Hey @kolodi, thank you for reaching out. Tried reproducing the issue with the steps provided but did not observe a blank screen. But did observe some issues with the add user form submission. Could you provide some additional information on the auth resource added, such as the login mechanism selected and any additional resources depending on the auth resource? |
Hey @ykethan, Console logs
|
@kolodi interesting, could you let us know the number of users created and if the group has users already assigned? |
related issue filed with user management group form behaviors: #1036 |
There are total of 21 users and 3 groups. The group I want to add new user to has already 8 users in it. In fact I am able to add user to a group from the user details, so there is working way to do it. The issue is only present when trying to add user starting from the group. In other words user can add itself to a group, but the group cannot add users. So it must be some frontend related bug I guess. |
Hey @kolodi, thank you for the information. I was able to reproduce the behavior. marking this as bug |
Before opening, please confirm:
App Id
d1ag04snlff3lx
Region
eu-west-1
Environment name
staging
Figma File Version (if applicable)
No response
Amplify CLI Version
No response
If applicable, what version of Node.js are you using?
No response
What operating system are you using?
No response
Browser type?
No response
Describe the bug
In Amplify Console I am unable to add user to a group. As soon as I take user email input in focus, the page becomes all white. By inspecting it I can see the message that JavaScript should be enables for app to work, but it is enabled (otherwise how it would work before)
Expected behavior
List of registered user mails should popup when focus on input field
Reproduction steps
Project Identifier
No response
Additional information
The issue is only present when trying to add user starting from the group. In other words user can add itself to a group, but the group cannot add users. So it must be some frontend related bug I guess.
The text was updated successfully, but these errors were encountered: