The verification of test01-database failed. This led to the problem that I could not successful login on test01-database. It was solved by correcting the values of "RedirectUris" and "PostLogoutRedirectUris".
Starting point:
With
mutation {
verifyDatabase(input: { databaseId: "21ea41a4-c989-4862-a34d-1bce0a38d428" }) {
errors {
code
message
path
}
}
}
on https://www.building-integrated-solar-systems.com/graphql/ , I get
{
"data": {
"verifyDatabase": {
"errors": [
{
"code": "REQUEST_FAILED",
"message": "Failed with status code to request https://www.solar-in-the-facade.com/graphql.",
"path": [
"input"
]
}
]
}
}
}
Although the verification code on https://www.solar-in-the-facade.com/graphql/ seems right:
{
"data": {
"verificationCode": "FzopZGYWAMyj21pp1lBZHQMSSXbid8sQB9EDejzgu+MmgooWcbwebqs8lCJuLU/pCXHI8IT9JfHMhv7nUIfegA=="
}
}
The verification of test01-database failed. This led to the problem that I could not successful login on test01-database. It was solved by correcting the values of "RedirectUris" and "PostLogoutRedirectUris".
Starting point:
With
on https://www.building-integrated-solar-systems.com/graphql/ , I get
Although the verification code on https://www.solar-in-the-facade.com/graphql/ seems right: