grants-stack
grants-stack copied to clipboard
Applications Stuck in "Storing" Step
What was the URL where the error occurred?
https://grants.gitcoin.co/
What happened?
The user reported that their application is stuck in "storing" step ... this is similar to the issue I reported yesterday. The console is reporting the following error:
Uncaught (in promise) Error: Unknown argument "first" on field "Query.project".: {"response":{"errors":[{"message":"Unknown argument "first" on field "Query.project".","locations":[{"line":3,"column":13}]}],"status":400,"headers":{"map":{"content-type":"application/json; charset=utf-8"}}},"request":{"query":"\n query ($projectId: String!, $chainId: Int!) {\n project(first: 1, id: $projectId, chainId: $chainId) {\n anchorAddress\n }\n }\n","variables":{"projectId":"0xb41886ba1efb90342778b99e54257c26a58a723ac6820b1578a359824452044f","chainId":42161}}} ClientError types.ts:62 makeRequest index.ts:426
What should have happened instead?
the user should be able to complete their application
Steps to Reproduce
follow the flow for application submission
What browser(s) are you seeing the problem on?
No response
What chain(s) did the error occur on?
ARB
Relevant log output
No response
I think they might be using a stale version of the site, can you have them do a hard refresh? The error that is being reported is the exact same from yesterday and it would be impossible for this code to exist in the latest deploy.