[PR #1008] [MERGED] Fix bugs with the renderer mixins #3003

Closed
opened 2026-03-17 00:39:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1008
Author: @AndrewBastin
Created: 7/21/2020
Status: Merged
Merged: 7/21/2020
Merged by: @liyasthomas

Base: masterHead: bug/994


📝 Commits (3)

  • 53c8808 Added proxy error handling code
  • cbae718 Fixed Unexpected Token errors for GraphQL queries
  • 4a1988d Fixed crash on proxy error

📊 Changes

4 files changed (+16 additions, -5 deletions)

View changed files

📝 components/lenses/renderers/mixins/TextContentRendererMixin.js (+1 -0)
📝 helpers/strategies/AxiosStrategy.js (+4 -0)
📝 helpers/strategies/ExtensionStrategy.js (+9 -3)
📝 pages/graphql.vue (+2 -2)

📄 Description

This PR tries to fix some of the bugs related to issue #994

It mostly fixes crashes caused by the proxy error and fixes the issue with the Unexpected token during JSON parsing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1008 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 7/21/2020 **Status:** ✅ Merged **Merged:** 7/21/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `bug/994` --- ### 📝 Commits (3) - [`53c8808`](https://github.com/hoppscotch/hoppscotch/commit/53c880832db1908eaa962a2de219fcbb9e902614) Added proxy error handling code - [`cbae718`](https://github.com/hoppscotch/hoppscotch/commit/cbae718d25635d5ffd5bc7fabb7b4061a277d02e) Fixed Unexpected Token errors for GraphQL queries - [`4a1988d`](https://github.com/hoppscotch/hoppscotch/commit/4a1988dd23db4beb334f367f1a191efe3e1aa6a7) Fixed crash on proxy error ### 📊 Changes **4 files changed** (+16 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `components/lenses/renderers/mixins/TextContentRendererMixin.js` (+1 -0) 📝 `helpers/strategies/AxiosStrategy.js` (+4 -0) 📝 `helpers/strategies/ExtensionStrategy.js` (+9 -3) 📝 `pages/graphql.vue` (+2 -2) </details> ### 📄 Description This PR tries to fix some of the bugs related to issue #994 It mostly fixes crashes caused by the proxy error and fixes the issue with the Unexpected token during JSON parsing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:39:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3003
No description provided.