Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Bug Unity Hub 3.4.1 can't sign in

Discussion in 'Unity Hub' started by islamagdy111, Jan 16, 2023.

  1. islamagdy111

    islamagdy111

    Joined:
    Oct 29, 2019
    Posts:
    19
    Hi there,
    I wanted to install Unity Hub on a new labtop (so neither Unity editor nor Visual Studio is installed too).
    It keeps saying "Something went wrong. Please sign in again.", and opens a blank page on the internet browser: (api.unity.com/v1/oauth2/authorize?cid=bf5079e5-c309-4796-8b75-d48163b0bc3b00af&event=nezt)

    I tryied to re-download and re-install it.
    I created a new acount.
    I searched the internet for hours.
    And no luck to make it wark normally,
    Besides I wonder if it worked, are we going to stuck again when installing Unity editor??
    Thats really annoying and should be easy to solve. we still have a lot things we should bother inside our projects and we don't even started to sign in Unity Hub.

    Please, need help from unity team as soon as possible.
    Thanks in advance.
     

    Attached Files:

    jacek_unity63 and vivek_d like this.
  2. vivek_d

    vivek_d

    Joined:
    Jan 16, 2023
    Posts:
    1
    Same issue here, been stuck in this for a week.
     
    Quwane likes this.
  3. islamagdy111

    islamagdy111

    Joined:
    Oct 29, 2019
    Posts:
    19
    Anyone?
    Please Help...
     
    Quwane likes this.
  4. jacek_unity63

    jacek_unity63

    Joined:
    Nov 23, 2021
    Posts:
    5
    Ping, facing the same issue with 3.4.1
     
    Quwane likes this.
  5. AL3X_Games

    AL3X_Games

    Joined:
    Dec 4, 2022
    Posts:
    33
    This could possibly mean the API is having issues. Dont know how to solve an API issue.
     
    islamagdy111 likes this.
  6. islamagdy111

    islamagdy111

    Joined:
    Oct 29, 2019
    Posts:
    19
    Thank you for your effort.
     
  7. islamagdy111

    islamagdy111

    Joined:
    Oct 29, 2019
    Posts:
    19
    Anyone please?
    Still can't figure it out...
     
    Quwane likes this.
  8. quistinie

    quistinie

    Joined:
    Jan 24, 2023
    Posts:
    1
    When clicking sign in, it opens a blank chrome page and nothing happens
     
    PHdyed, Ychjub, jacek_unity63 and 2 others like this.
  9. CaptnCra

    CaptnCra

    Joined:
    Nov 18, 2022
    Posts:
    11
    jaydenchoe likes this.
  10. LinaHTextil

    LinaHTextil

    Joined:
    Jan 19, 2023
    Posts:
    1
    Been having the same issue for like two weeks now. I also tried reporting it as a bug through troubleshooting but not even that works, it just says that something went wrong and to retry.
    Been all over the internet trying out the solutions I've come across, since this seems to be a common issue apparently, but none of them works for me. Been checking the infolog and it's impossible to get through or to even understand what the problem is.
    I'll be happy to try out more solutions if anyone got them!
     
    jaydenchoe and Quwane like this.
  11. LeandraL

    LeandraL

    Joined:
    Aug 17, 2018
    Posts:
    2
    I have the same problem. I had 3.3.0 before and logged out (for unrelated reasons) tried logging in again, but it did not work. I have deinstalled the Hub and downloaded the newest version 3.4.1 -> same problem
     
  12. jakobskygames

    jakobskygames

    Joined:
    Jan 29, 2023
    Posts:
    3
    EASY SOLUTION//:

    I have found an EASY SOLUTION for the 'SIGN IN' and 'CREATE ACCOUNT' buttons not working in Unity hub versions 3.0.0 and above.

    1. First go to your search bar on your computer and search 'Default apps'. Click it.

    2. Then you'll see a list on the right hand side with around 6 default apps: Email, Maps, Music Player, Photo Viewer, Video Player and Web browser.

    3. Replace the first app (EMAIL) with any browser whether it be Chrome, Firefox, Edge,etc by left mouse clicking on the default 'Email' app and selecting the replacement browser from the alternates list presented.

    4. Once this is done you may close unity hub, then re-open unity hub and then the SIGN IN and CREATE ACCOUNT feature will work and a working website should pop up.

    I don't know why this works but it worked for me. I set Firefox as my first default (email) app and Microsoft Edge was the default app for the web browser slot. I then closed unity hub and opened it again and when i clicked sign in, it worked. it still used Edge to open up the website which I thought was odd since all I changed was the 'email' slot but if it works I don't question it. I hope this can help anyone else.
     
    skonvolt and maxgolovanov like this.
  13. islamagdy111

    islamagdy111

    Joined:
    Oct 29, 2019
    Posts:
    19

















    Sadly. I tryed this but didn't work.
    Thank you anyway.
     
  14. scr08212

    scr08212

    Joined:
    Aug 20, 2022
    Posts:
    1
    I solved it.
    Just re-install unityhub in default directory.
     
  15. OverTakers_Manager

    OverTakers_Manager

    Joined:
    Feb 3, 2023
    Posts:
    2
    I always install it in default directory but it doesn't work
     
  16. CaptnCra

    CaptnCra

    Joined:
    Nov 18, 2022
    Posts:
    11
    I had this thread linked in my last post but apparently no one was clicking it. Here are the details and how to get 3.4.0 working, albeit not the most secure way possible.

    What we have found is our corporate proxy solution is inspecting SSL traffic and Node/NPM behind the scenes is failing despite trying to set the caFile or the environment variable NODE_EXTRA_CA_CERTS pointing to our proxy certificate (the cert file is valid as I add this to java keystore for many solutions and it works)

    The work around for us has been to introduce the environment variable NODE_TLS_REJECT_UNAUTHORIZED with a value of 0 Not ideal as it disables security but it works.

    Our launcher batch follows the Unity documentation for setting proxy at user launch and has been listed in other forum posts. I have been installing unity into a root directory as I'm tired of toggling my admin creds to edit items in Program Files.

    @echo off
    set http_proxy=http://ip_or_url:port
    set https_proxy=http://ip_or_url:port
    set NODE_TLS_REJECT_UNAUTHORIZED=0
    start "" "C:\Unity\Unity Hub\Unity Hub.exe"
     
  17. shuebtcbuyanytime

    shuebtcbuyanytime

    Joined:
    Feb 9, 2023
    Posts:
    2
    Do the developers of the engine care about this at all? hundreds of people on dozens of sites are complaining about this problem, they are losing customers every day, their ass is on fire that they are not fixing the problem.
     
    jaydenchoe likes this.
  18. jwarner0915

    jwarner0915

    Joined:
    Jan 17, 2016
    Posts:
    3
    None of these solutions worked for me.
     
    jaydenchoe likes this.
  19. lesnombreswoods

    lesnombreswoods

    Joined:
    Yesterday
    Posts:
    1
    if you want to set a browser easily download opera gx when you log in and your in home page go to the right corner a tab will show and go all the way down. This will show a message like "set opera GX as your main browser" (am french sorry if bad engish) then normally if you click on sign in with the unity hub app it will open opera gx and you will be able to log on.
     
  20. mhss1392

    mhss1392

    Joined:
    Saturday
    Posts:
    1
    I tried all solutions suggested before but none of them worked for me.
    Please help !