Hi, I'm trying to access the gray pages to set my ...
# gd-beginners
h
Hi, I'm trying to access the gray pages to set my timezone. I can't login to those pages following https://help.gooddata.com/doc/enterprise/en/workspace-and-user-administration/adminis[…]-and-workspace-objects/access-the-gray-pages-for-a-workspace. Is there a limitation for a Free account?
i
Hi Hans, You can check the Free version of the article: https://help.gooddata.com/doc/free/en/workspace-and-user-administration/administratin[…]-and-workspace-objects/access-the-gray-pages-for-a-workspace The Free Account shouldn’t be an issue here. What exact endpoint are you trying to access and what is the error, please?
h
Thanks, I was trying to access
Copy code
<https://secure.gooddata.com/gdc/projects/l6i1xi9pgc9zip62gvwaf81fz4nxf2di>
with l6i1xi9pgc9zip62gvwaf81fz4nxf2di my workspace, which redirected me to https://secure.gooddata.com/gdc/account/login. There, I filled in the user/pw that I access the gd account with and it returns me . The error:
Copy code
{
  "component": "auth-service",
  "message": "Bad Login or Password!",
  "parameters": []
}
I've tried all Token verification levels, but same result for all.
j
Hi Hans,
<https://secure.gooddata.com/>
is our default host name, you should be using your hostname to access Grey pages, e.g.
<https://mobilexpense-sandbox.on.gooddata.com/gdc/projects/l6i1xi9pgc9zip62gvwaf81fz4nxf2di>
👍 1
h
Thanks Jan, that works!
1