Skip to content

Login on test01-database fails #96

@christoph-maurer

Description

@christoph-maurer

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=="
  }
}

Metadata

Metadata

Labels

2601ISEFraunhofer Institute for Solar Energy Systems ISE

Type

No type
No fields configured for issues without a type.

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions