Giter Site home page Giter Site logo

Comments (31)

sdragnev avatar sdragnev commented on June 18, 2024 9

image

Something did go wrong indeed.
A perfectly good application was made vulnerable to server issues in the name of the mighty dollar.

I don't want to rant at hard-working developers but this is a perfect example of why software-as-a-service is horrible for users.

from insomnia.

tlund101 avatar tlund101 commented on June 18, 2024 8

Similar issue here when loading Organizations. Insomnia simply won't load for me now

from insomnia.

JohnnySanabria avatar JohnnySanabria commented on June 18, 2024 8
image I'm also having an issue with login. Upon opening the application, it hangs for a while and eventually starts display the message in the image.

from insomnia.

sdragnev avatar sdragnev commented on June 18, 2024 8

Could you explain? I'm not that up-to-date with Insomnia. What's new?

The app didn't use to require a login to access your data. Which was the reason I preferred it to Postman.

from insomnia.

filfreire avatar filfreire commented on June 18, 2024 5

Hi folks, we were experiencing issues with the Insomnia API infrastructure.

It should be back working now. We're investigating the issue further to prevent it from happening again.

We'll share more details as soon as possible.

from insomnia.

JohnnySanabria avatar JohnnySanabria commented on June 18, 2024 4

image
Something did go wrong indeed. A perfectly good application was made vulnerable to server issues in the name of the mighty dollar.
I don't want to rant at hard-working developers but this is a perfect example of why software-as-a-service is horrible for users.

Could you explain? I'm not that up-to-date with Insomnia. What's new?

In my experience, when Insomnia updates the application, stuff typically ends up breaking, or they change the UX in some small annoying way. Like, you used to be able to right-click on requests to bring up a menu, but now you have to click on the tiny little carrot. So, in an effort to innovate, they sometimes break or lose existing features which is obnoxious.

In today's situation, I got a notice when opening the app about all the wonderful new features they just added and then I couldn't login to the app.

from insomnia.

ryanholden8 avatar ryanholden8 commented on June 18, 2024 3

Opened a discussion on removing the forced login: #7362

from insomnia.

NoahCxrest avatar NoahCxrest commented on June 18, 2024 1

Same issue here.
I think that Insomnia's website that faces the app is down, judging by the fact that it uses Electron.
Hope this is fixed soon!

Edit: insomnia-api://insomnia/v1/organizations times out and does not respond (on macOS)

from insomnia.

rmzi avatar rmzi commented on June 18, 2024 1

App is moving at a snail's pace after the most recent update -- any word on a fix?

from insomnia.

mauriciodaluz avatar mauriciodaluz commented on June 18, 2024 1

I'm facing the same issue! Does anyone know if it's possible to retrieve collection data directly from the Insomnia config folder? I'm in a hurry and just need my collection (using linux mint)

from insomnia.

chrismowbray avatar chrismowbray commented on June 18, 2024 1

@filfreire Currently seeing this issue today. Attempting sing in with Google SSO. Spins for a while, then errors with Invalid authorization code

from insomnia.

chrismowbray avatar chrismowbray commented on June 18, 2024 1

I just got in.

from insomnia.

ilyasKerbal avatar ilyasKerbal commented on June 18, 2024 1

@notjaywu Thanks for the guidance I was able to solve the problem

from insomnia.

solorisx avatar solorisx commented on June 18, 2024 1

@filfreire Yes, it works via CURL (we only use Postman locally, not through Postman servers). Although 9.2.0 works again today as well, so not sure what the problem was.

from insomnia.

NoahCxrest avatar NoahCxrest commented on June 18, 2024

image

Something did go wrong indeed. A perfectly good application was made vulnerable to server issues in the name of the mighty dollar.

I don't want to rant at hard-working developers but this is a perfect example of why software-as-a-service is horrible for users.

Could you explain? I'm not that up-to-date with Insomnia.
What's new?

from insomnia.

jose-vass-itti avatar jose-vass-itti commented on June 18, 2024

Same issue here

from insomnia.

Zervandez avatar Zervandez commented on June 18, 2024

I'm having the same issue in Ubuntu.

from insomnia.

JohnBarhorst-mastery avatar JohnBarhorst-mastery commented on June 18, 2024

Same issue here, can't login with email credentials.

-- got in right after posting this.

from insomnia.

Zervandez avatar Zervandez commented on June 18, 2024

@chrismowbray me too.

from insomnia.

subnetmarco avatar subnetmarco commented on June 18, 2024

We are currently investigating this issue.

from insomnia.

phsc84 avatar phsc84 commented on June 18, 2024

I'm having the same problem. Really annoying. A quick solution would be much appreciated.
image

from insomnia.

gatzjames avatar gatzjames commented on June 18, 2024

👋 @phsc84 this seems to be an actual issue with an invalid code.
Can you try again? I'd suggest clicking on "Launch" to automatically launch the app:
image

from insomnia.

ilyasKerbal avatar ilyasKerbal commented on June 18, 2024

Faced this problem today: "Invalid code: Failed to fetch"
Screenshot 2024-05-13 at 10 07 47

from insomnia.

notjaywu avatar notjaywu commented on June 18, 2024

@ilyasKerbal Could share the Console logs? You can find it at View -> Toggle DevTools -> Console. It helps us identify the root cause, thank you!

Screenshot 2024-05-13 at 19 44 15 Screenshot 2024-05-13 at 19 44 30

from insomnia.

phsc84 avatar phsc84 commented on June 18, 2024

👋 @phsc84 this seems to be an actual issue with an invalid code. Can you try again? I'd suggest clicking on "Launch" to automatically launch the app: image

Whatever has changed, today it works again!

As our internet browser is in an isolated environment the "Launch" button does not work and I always have to paste the token manually.

from insomnia.

solorisx avatar solorisx commented on June 18, 2024

I am no longer able to login (with 9.2.0):

image

The GET request to https://api.insomnia.rest/auth/whoami with the same headers works fine if I try it in Postman. Do you have any idea how to solve this?

Version: Insomnia 9.2.0
Build date: 15.5.2024
OS: Windows_NT x64 10.0.19045
Electron: 29.3.0
Node: 20.9.0
Node ABI: 121
V8: 12.2.281.27-electron.0
Architecture: x64

EDIT: Downgrading to 9.1.0 fixed the issue for me, the whoami request no longer fails.

from insomnia.

notjaywu avatar notjaywu commented on June 18, 2024

@solorisx did you set x-session-id when testing in Postman? Seems the request /auth/whoami from v9.2.0 doesn't include the header x-session-id.

from insomnia.

solorisx avatar solorisx commented on June 18, 2024

@notjaywu Yes, I did. I used these headers:

image

The request from 9.2.0 does seem to include the session id:

image

from insomnia.

notjaywu avatar notjaywu commented on June 18, 2024

thanks for your information @solorisx. did you get any response code from the backend for the /auth/whoami requests? I just noticed that it doesn't show the status code in the General section in your image.

from insomnia.

solorisx avatar solorisx commented on June 18, 2024

@notjaywu I did not get a status code back, just net::ERR_UNEXPECTED.

from insomnia.

filfreire avatar filfreire commented on June 18, 2024

@solorisx when you send exact same request via CURL, does it work then? (asking because sometimes sending through postman is not sending directly from our machines, but through postman servers)

from insomnia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.