Hi @vomus,
Glad to hear you were able to do some progress.
The “Error occurred while fetching metadata”.
, should be due to a different issue.
Could you try the following please?
-
APP_ENV=dev
toAPP_ENV=qa
on.env
- The open the
network
on you browser’s dev-tools. - try to login.
- There should be several
graphql
requests. - Check the response, there should be one that has an
error
entry. - This error should have more information about the error and it can help us understand the issue.
Other things to check are:
/logs/prod/prod.log
-
/logs/qa/qa.log
(if exists)