grants-stack icon indicating copy to clipboard operation
grants-stack copied to clipboard

Applications Stuck in "Storing" Step

Open SovereignSignal opened this issue 1 year ago • 1 comments

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

SovereignSignal avatar Apr 19 '24 13:04 SovereignSignal

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. Screenshot 2024-04-19 at 9 39 04 AM Screenshot 2024-04-19 at 9 38 58 AM

codenamejason avatar Apr 19 '24 13:04 codenamejason