Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server side mutation errors are not reported in the explorer #1175

Open
neochrome opened this issue Jan 2, 2024 · 2 comments
Open

Server side mutation errors are not reported in the explorer #1175

neochrome opened this issue Jan 2, 2024 · 2 comments
Labels

Comments

@neochrome
Copy link

Intended outcome:

Server side error when executing a mutation shows up in the result pane.

Actual outcome:

The execute button hangs forever and the error is reported as an uncaught in the main console log, nothing shows in the explorer result pane.

This seems to be limited only to Mutations, same works just fine for Queries.
Also, using the Apollo Studio webapp works correctly for both Queries & Mutations.

How to reproduce the issue:

  1. Open the explorer tab
  2. Execute a mutation that results in a server error

Desktop (please complete the following information):

  • OS: Linux
  • Browser: Brave
  • Browser version: 1.61.109
  • Extension version 4.3.1
@jerelmiller

This comment was marked as off-topic.

@jerelmiller jerelmiller added the 🍪 feature-request New addition or enhancement to existing solutions label Feb 7, 2024
@jerelmiller
Copy link
Member

jerelmiller commented Feb 7, 2024

Oops, sorry my eyes skipped over the part about the explorer pane, so ignore my last comment. We use a bit of a custom wrapper around the explorer that ends up using your actual Apollo Client instance to execute the query, so its possible things have changed that we may need to take a look at further. Appreciate you surfacing this!

@jerelmiller jerelmiller added 🐞 bug and removed 🍪 feature-request New addition or enhancement to existing solutions labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants