taskcafe icon indicating copy to clipboard operation
taskcafe copied to clipboard

Unable to create team

Open Keviinplz opened this issue 2 years ago • 7 comments

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}

Keviinplz avatar Mar 29 '22 15:03 Keviinplz

The same issue

DmitriyLyalyuev avatar Apr 19 '22 18:04 DmitriyLyalyuev

same

jonz-secops avatar May 19 '22 18:05 jonz-secops

same here (hosted with docker)

MisterNox avatar Jun 13 '22 13:06 MisterNox

Same here - docker based install.

boomam avatar Jul 17 '22 19:07 boomam

Same here - docker based install.

readthecodes avatar Sep 13 '22 06:09 readthecodes

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 avatar Jan 09 '23 20:01 GwynethLlewelyn

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).

GwynethLlewelyn avatar Jan 10 '23 14:01 GwynethLlewelyn