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

issue connecting viewer the apache-age running on docker #155

Open
Battarshuck opened this issue Aug 9, 2023 · 6 comments
Open

issue connecting viewer the apache-age running on docker #155

Battarshuck opened this issue Aug 9, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@Battarshuck
Copy link

Describe the bug
I pulled the latest Apache-AGE docker image which has the digest "89236bf7e801", and I try to connect to it, it shows me the error shown in the screenshots field.

To Reproduce

  1. clone the Viewer
  2. clone the latest Apache AGE image from docker hub
  3. run the Apache AGE image
  4. launch the viewer using "npm run start"
  5. then try to connect to the database hosted on the docker container

Expected behavior
Viewer connects to the database and retrieves the metadata, and show the existing graphs

Screenshots
image

Desktop

  • OS: windows 10
  • Browser: Chrome
  • Version: 115.0.5790.171

Addional
I cloned an older apache-age image with tag [v1.1.0], and with digest "4cbc8ad05877", and it works as expected but the also the create graph is not working, I have to add a graph by manually connect to the container and add it by myself

@Battarshuck Battarshuck added the bug Something isn't working label Aug 9, 2023
@peterverster
Copy link

Same issue, some logs to add:

image

I can connect fine form DataGrip and run queries, also changed the use to superuser. Still the same problem.

@avowkind
Copy link

avowkind commented Sep 7, 2023

Also getting this issue.

@EwoutdBoer
Copy link

Having this error also, both on Windows 11 and MacoS. Both are the latest official release.

@mingfang
Copy link

The latest Docker image is based on Postgres 15.
You need to duplicate
this folder https://github.com/apache/age-viewer/tree/main/backend/sql/12
to https://github.com/apache/age-viewer/tree/main/backend/sql/15

@EwoutdBoer
Copy link

The latest Docker image is based on Postgres 15. You need to duplicate this folder https://github.com/apache/age-viewer/tree/main/backend/sql/12 to https://github.com/apache/age-viewer/tree/main/backend/sql/15

Thanks worked for me!

@pawankukreja01
Copy link

One possible solution is to navigate to Settings > Docker Engine in Docker Desktop, change buildkit to false in the Docker daemon configuration file, and then click “Apply & Restart”

Or try these Solutions

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

6 participants