‎05-08-2021 01:50 PM
Hello ,
I have installed GraphQl in our Test Environment, Hopex Version installed is Hopex V4 Cp4.
I have followed all the steps mentioned in this URL: https://community.mega.com/t5/HOPEX-Store/GraphQL-REST-API/m-p/21381
But when I launch the HopexGraphQl Webpage it is only showing loading... message.
I couldn't find any info in the logs.
Could you someone suggest me things need to be checked for it to work.
‎05-08-2021 04:14 PM
Hello Mounika,
When you have this error there are 2 mains reasons :
Caution : this explanation are for a standalone server. For cluster/farm deployment other reason may cause a problem.
Option 2 is the most commonly seen error.
How to check UAS is working : follow this procedure https://community.mega.com/t5/REST-API/Get-a-bearer-token-from-UAS-for-REST-API-call/m-p/21372#M2
Case 1 : you get a bearer
If you are able to get a bearer token this means UAS is properly configured. You can go to option 2.
Case 2 : you don't get a bearer
If you fail to get a bearer you need to :
The most commonly seen problem is an issue with privilege of the impersonfication user used for HOPEXMWASAPI. This user can't instantiate a process mgwspro.exe
How to check that you are in this case :
If it works you should see :
Case 3 : you have a process launch
In that case this is an issue with the selected user. Try to call the API with another user. For instance "MEGA" with a profile "HOPEX Customizer" and ensure you have enough Must License token left.
Case 4 : you see no processes with the mentioned user
Double check the following error below to ensure the situation
What privilege should the impersonificiation user have :
Each solution assume that you are able to connect to HOPEX in web front-end with the given HOPEx login/password you are using (enough license, user not locked)
If it works it confirm that the user has an privilege issue
If it works it confirm that the user has an privilege issue
If solution 1 or 2 works you should then correct the impersonification user has a privilege issue.