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

Unable to create team #152

Open
Keviinplz opened this issue Mar 29, 2022 · 7 comments
Open

Unable to create team #152

Keviinplz opened this issue Mar 29, 2022 · 7 comments

Comments

@Keviinplz
Copy link

Keviinplz commented Mar 29, 2022

Describe the bug
In home page I can't create a team using UI interface

Expected behavior
Actually creates the team

Screenshots / Live demo link
Open "Add Team"
image

Writes a Team Name to create
image

Pop ups closes and no team was created
image

Additional context
Please send the Taskcafe web service logs if applicable.

Javascript Console when click on "Create"
image

GraphQL Response when click on "Create"

{"errors":[{"message":"must be defined","path":["variable","name"],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"data":null}
@DmitriyLyalyuev
Copy link

The same issue

@jonz-secops
Copy link

same

@MisterNox
Copy link

same here (hosted with docker)

@boomam
Copy link

boomam commented Jul 17, 2022

Same here - docker based install.

1 similar comment
@readthecodes
Copy link

Same here - docker based install.

@GwynethLlewelyn
Copy link

I feel a bit ashamed to just post a comment to say that the same happens to me as well, but from my comment on #158, at least @JordanKnott can see that I have tested this with four different browsers under macOS, and the latest Taskcafé commit from the repo 😸

@GwynethLlewelyn
Copy link

For future reference, here is the console log, as exported from a Chromium-based browser:

taskcafe-add-team-console.log

It seems that this is a common issue with many components: React is not getting the content of the form fields, and, as such, the backend refuses the request (because it cannot do anything with an empty team name).

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

No branches or pull requests

7 participants