-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
BugSomething isn't workingSomething isn't workingCommunity Reportedissues reported by community membersissues reported by community membersMediumIssues that frustrate users due to poor UXIssues that frustrate users due to poor UXNeeds TriagingNeeds attention from maintainers to triageNeeds attention from maintainers to triageProduction
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
I created a test app using the basic Todo App Template. After deploying it, I tried to add a task, but it didn't work.
Upon checking the query and JS code, I found a typo in utils.js
In the addTask method (line 66), the variable name used in the await statement seems incorrect.
I think it should be
Correct
await createTask.run({id: randomlyGeneratedId})
Current (Incorrect)
not await createTask.run({id: rand})
Steps To Reproduce
- Make your own app using Todo App Template.
- deploying it without doing anything.
- try add some tasks. (it didn't work)
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
Cloud
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingCommunity Reportedissues reported by community membersissues reported by community membersMediumIssues that frustrate users due to poor UXIssues that frustrate users due to poor UXNeeds TriagingNeeds attention from maintainers to triageNeeds attention from maintainers to triageProduction