Project

General

Profile

Actions

Feature #201

closed

Epic #195: add support for teanants orgs

add error message for registerGroup then uservervice return error

Added by torgiren almost 4 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
gateway
Target version:
Start date:
03/04/2022
Due date:
% Done:

0%

Estimated time:
1:30 h

Description

using mutation groupRegister without valid token result in 401 in userservice,
and error:

"errors": [
    {
      "message": "gateway.schema_group.Group() argument after ** must be a mapping, not str",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "groupRegister" 
      ]
    }
  ],

on gateway.

need that message to be meaningful

Actions

Also available in: Atom PDF