You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install age-viewer using apache/age:latest
Go to the browser and load the viewer
Open the Network tab on your browser
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.
OS: ubuntu
Browser chrome
Version 20.04
The text was updated successfully, but these errors were encountered:
@jrgemignani thank you for pointing me to that comment. What a sad news for such an amazing project ): I anyway had applied the #171 patch locally and it fixed the metadata problem. But I probably will consider another graph db solution. Thank you again!
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:
I want to simply visualize my query using age-viewer for development purpose.
The text was updated successfully, but these errors were encountered: