这是indexloc提供的服务,不要输入任何密码
Skip to content

Remote schema not found because of a space inside the name #10758

@Tchoupinax

Description

@Tchoupinax

Version Information

Server Version:
hasura/graphql-engine:v2.48.1-ce.ubi

Environment

OSS

What is the current behaviour?

I created a remote schema with a space (Vault Engine) . After that, I reload the page. When I want to modify this remote schema, it is not found. I saw that the space is missing in the error.

"error": "remote schema with name \"VaultEngine\" doesn't exist",
"path": "$.args[0].args",
"code": "not-exists"

I deleted then created again with an underscore to replace the space and it works well

What is the expected behaviour?

Space should be accepted because it's a "friendly" name.

Any possible solutions/workarounds you're aware of?

Don't use space in remote schema name

Keywords

Remote schema

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/consoleRelated to consolek/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions