taskcafe
taskcafe copied to clipboard
Unable to create team
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"
Writes a Team Name to create
Pop ups closes and no team was created
Additional context Please send the Taskcafe web service logs if applicable.
Javascript Console when click on "Create"
GraphQL Response when click on "Create"
{"errors":[{"message":"must be defined","path":["variable","name"],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"data":null}
The same issue
same
same here (hosted with docker)
Same here - docker based install.
Same here - docker based install.
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 😸
For future reference, here is the console log, as exported from a Chromium-based browser:
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).