altair-graphql / altair

✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
https://altairgraphql.dev
MIT License
5.06k stars 313 forks source link

Bug: Application error: Request failed with status code 404 #2565

Open LeftoversTodayAppAdmin opened 1 week ago

LeftoversTodayAppAdmin commented 1 week ago

Is there an existing issue for this?

Current Behavior

Error message: Request failed with status code 404

Error stack:

HTTPError: Request failed with status code 404
    at altair://-/main.js:3:382655
    at Generator.next (<anonymous>)
    at U (altair://-/main.js:4:469909)
    at b (altair://-/main.js:4:470111)
    at t.invoke (altair://-/polyfills.js:3:25067)
    at Object.onInvoke (altair://-/main.js:3:80296)
    at t.invoke (altair://-/polyfills.js:3:25007)
    at F.run (altair://-/polyfills.js:3:20373)
    at altair://-/polyfills.js:3:35248
    at t.invokeTask (altair://-/polyfills.js:3:25686)
    at Object.onInvokeTask (altair://-/main.js:3:80112)
    at t.invokeTask (altair://-/polyfills.js:3:25607)
    at F.runTask (altair://-/polyfills.js:3:21007)
    at R (altair://-/polyfills.js:3:27718)

Expected Behavior

No errors should occur

Steps To Reproduce

Install latest, create a new collection in My Workspace and save more than 1 query into the collection. Only first query saves all others fail to save.

Environment

- OS: macOS Apple Silicon
- Browser: Chrome
- Platform: 
- Version: 7.2.0

Additional context

No response

imolorhe commented 1 week ago

Can you check the network tab to see what request failed with 404?🤔