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

Render failure for Graphql on 8.4.3 and 8.4.4 #6857

Closed
1 task done
prerakathighnoteplatform opened this issue Nov 22, 2023 · 7 comments · Fixed by #6861
Closed
1 task done

Render failure for Graphql on 8.4.3 and 8.4.4 #6857

prerakathighnoteplatform opened this issue Nov 22, 2023 · 7 comments · Fixed by #6861
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@prerakathighnoteplatform

Expected Behavior

To Render the Query/Request window to work as is without any rendering issue.

Actual Behavior

Render failure: e.includes is not a function

Screenshot 2023-11-22 at 10 59 47 AM

Reproduction Steps

  1. Upgrade Insomnia to 8.4.3 or 8.4.4
  2. Open an Insomnia Project after upgrade (existing one not new)
  3. and boom Request/Graphql Query Window throws the below error

Screenshot 2023-11-22 at 10 57 03 AM

Is there an existing issue for this?

Additional Information

Version: Insomnia 8.4.4
Build date: 11/22/2023
OS: Darwin arm64 22.6.0
Electron: 27.0.3
Node: 18.17.1
Node ABI: 118
V8: 11.8.172.16-electron.0
Architecture: arm64

Insomnia Version

8.4.4

What operating system are you using?

macOS

Operating System Version

Ventura 13.6

Installation method

upgrade to existing one

Last Known Working Insomnia version

8.4.2

@prerakathighnoteplatform prerakathighnoteplatform added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Nov 22, 2023
@prerakathighnoteplatform
Copy link
Author

possible duplicate only difference is the OS version due to the same time issue opening by myself and @camiloclc
. #6858.

@BigVOVA
Copy link

BigVOVA commented Nov 22, 2023

The same issue:

Mac OS version: Sonoma 14.1

Version: Insomnia 8.4.4
Build date: 11/22/2023
OS: Darwin arm64 23.1.0
Electron: 27.0.3
Node: 18.17.1
Node ABI: 118
V8: 11.8.172.16-electron.0
Architecture: arm64

@WallacyFrancis
Copy link

I'm having the same error with GraphQL requests

Version: Insomnia 8.4.4
Build date: 22/11/2023
OS: Linux x64 5.15.0-89-generic
Electron: 27.0.3
Node: 18.17.1
Node ABI: 118
V8: 11.8.172.16-electron.0
Architecture: x64

@RussBrown00
Copy link

RussBrown00 commented Nov 23, 2023

Same issue. Repatative, but in text form:

[2023-11-22 21:01:15.817] [info]  [plugin] Loaded /Users/rbrown/Library/Application Support/Insomnia/plugins/insomna-photivo-bufferid
[2023-11-22 21:01:15.818] [info]  [plugin] Loaded /Users/rbrown/Library/Application Support/Insomnia/plugins/insomnia-plugin-mpix-token
[2023-11-22 21:01:15.819] [info]  [plugin] Loaded /Users/rbrown/Library/Application Support/Insomnia/plugins/insomnia-plugin-randomnumber
[2023-11-22 21:01:16.554] [info]  Fetching projects for team team_af95bd9b7e2c4a358d4d0d392c89c1af
[2023-11-22 21:01:16.634] [info]  Redirecting to last visited project proj_234bca1ceed04ca4a3c3e87d6371d439
[2023-11-22 21:01:16.859] [info]  [FileSystemDriver] Initialized in "/Users/rbrown/Library/Application Support/Insomnia/version-control"
[2023-11-22 21:01:19.565] [info]  [sync] Activated project prj_0eb2e3ae2ed04fac866d7bc5b61496e9
[2023-11-22 21:01:19.609] [info]  [sync] Activated project prj_0eb2e3ae2ed04fac866d7bc5b61496e9
[2023-11-22 21:01:19.786] [error] TypeError: e.includes is not a function
    at KVe (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:470:868)
    at _l (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/debug-672b1df6.js:53:34237)
    at FS (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:42:19553)
    at aF (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:44101)
    at tF (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:39819)
    at qpe (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:39745)
    at Fd (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:39596)
    at Px (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:35959)
    at QO (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:44:34906)
    at N (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:29:1615)
    at Immediate.me [as _onImmediate] (file:https:///Applications/Insomnia.app/Contents/Resources/app.asar/index-37d8fc4b.js:29:1987)
    at process.processImmediate (node:internal/timers:476:21)
[2023-11-22 21:02:20.946] [info]  [sync] Activated project prj_0eb2e3ae2ed04fac866d7bc5b61496e9

@subnetmarco
Copy link
Member

We found the issue as described here #6858 (comment)

@filfreire filfreire changed the title New Version update 8.4.3 and 8.4.4 build date: 11/22/2023 Render failure for Graphql on 8.4.3 and 8.4.4 Nov 23, 2023
@filfreire
Copy link
Member

Hey folks, update here - we applied a fix for this here: #6861

Make sure to download the latest release 8.4.5 that has the fix.

@prerakathighnoteplatform
Copy link
Author

Confirming release 8.4.5 works for me. Hope it works for everyone else. Thanks for fixing it quickly. Appreciated all @filfreire @gatzjames @ihexxa and @marckong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants