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

Incompatible Postgres version 16 with age-viewer's backend #170

Open
adrioui opened this issue May 6, 2024 · 1 comment
Open

Incompatible Postgres version 16 with age-viewer's backend #170

adrioui opened this issue May 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@adrioui
Copy link

adrioui commented May 6, 2024

Error on the backend when loading a metadata's version that does not compatible with the viewer.
I am using this image: apache/age:latest.
The error code is 500 in the backend. It says "SQL does not exist, name = meta_data"

Steps to reproduce the behavior:

  1. Install age-viewer using apache/age:latest
  2. Go to the browser and load the viewer
  3. Open the Network tab on your browser
  4. Go to "meta" and you will see: {severity: "", message: "SQL does not exist, name = meta_data", code: ""}

I want to simply visualize my query using age-viewer for development purpose.

Screenshot 2024-05-06 093838

  • OS: ubuntu
  • Browser chrome
  • Version 20.04
@adrioui adrioui added the bug Something isn't working label May 6, 2024
@markgomer
Copy link

Pull request #171 should fix this. @eyab @aked21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants