Skip to content

Login not work #42

@ggmac23

Description

@ggmac23

I install the demo everything work fine, but when i try to login from the explorer it response with this error:

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://[::1]:3000/explorer/#/LoginController/LoginController.login
  2. POST /auth/login
  3. Send :
    {
    "client_id": "webapp",
    "client_secret": "saqw21!@",
    "username": "super_admin",
    "password": "test123!@#"
    }
  4. See error:
    {
    "error": {
    "statusCode": 401,
    "name": "UnauthorizedError",
    "message": {
    "name": "error",
    "length": 119,
    "severity": "ERROR",
    "code": "42P01",
    "position": "194",
    "file": "parse_relation.c",
    "line": "1173",
    "routine": "parserOpenTable"
    }
    }
    }

Can you help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions