Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting "hasura.tracecontext" is not allowed #10218

Open
appsdevpk opened this issue Apr 25, 2024 · 0 comments
Open

setting "hasura.tracecontext" is not allowed #10218

appsdevpk opened this issue Apr 25, 2024 · 0 comments
Labels
k/bug Something isn't working

Comments

@appsdevpk
Copy link

Version Information

Server Version: 2.38.0
CLI Version (for CLI related issue):

Environment

Cent OS 7

What is the current behaviour?

Just installed hasura on a vps, connected a postgres db, now when i try to create a schema i got this error

{
    "arguments": [],
    "error": {
        "description": null,
        "message": "setting \"hasura.tracecontext\" is not allowed",
        "status_code": null
    },
   "prepared": false,
    "statement": "SET LOCAL \"hasura.tracecontext\" = '{\"sampling_state\":\"1\",\"span_id\":\"83d863f4b0b56f59\",\"trace_id\":\"9dcc87ad5677171bb4dc1288cd1d6220\"}'"
}

What is the expected behaviour?

should create a schema

How to reproduce the issue?

  1. fresh hasura installation on a vps
    2.connect a postgres db
    3.try to create schema for the db
@appsdevpk appsdevpk added the k/bug Something isn't working label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant