Linux - Couldn't open sign-in link from app

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
I have just installed postman on Linux by following the guide here. And I was able to open the postman desktop app. However, when I wanted to sign in by clicking the “Sign in” button on the upper right, the page below showed up and never directed me to any page to sign in (clicking “open it manually” didn’t work either). The page just hung there until “Your request timed out” showed up.

Details (like screenshots):

I’ve already tried:
I tried to open the app from terminal instead and I saw the following error:

Has anyone experienced something like this? Much appreciated in advance!

Found the solution myself. It’s because xdg-utils was not installed on my linux. yum install xdg-utils fixed the issue.