Metadata load error when trying to use apache age viewer

postgresql v. 14.12 and fresh install of everything else

when I try to start the viewer I get these errors and no information will show up in the website even after it is “Connected”

Compiled with warnings.

src/components/cypherresult/containers/CypherResultCytoscapeContainer.js
  Line 36:7:  Unexpected console statement  no-console

src/components/cytoscape/CypherResultCytoscapeChart.jsx
  Line 141:7:  Unexpected alert  no-alert

src/components/cytoscape/CytoscapeStyleSheet.js
  Line 63:7:  Unexpected unnamed method 'background-color'    func-names
  Line 65:7:  Unexpected unnamed method 'border-color'        func-names
  Line 72:7:  Unexpected unnamed method 'text-max-width'      func-names
  Line 97:7:  Unexpected unnamed method 'line-color'          func-names
  Line 98:7:  Unexpected unnamed method 'target-arrow-color'  func-names

src/components/frame/Frame.jsx
  Line 204:19:  Unexpected confirm  no-alert

src/components/frame/presentations/CypherGraphResultFrame.jsx
  Line 125:7:  Unexpected alert  no-alert
  Line 141:7:  Unexpected alert  no-alert
  Line 156:7:  Unexpected alert  no-alert
  Line 172:7:  Unexpected alert  no-alert

src/components/initializer/presentation/GraphInitializer.jsx
  Line 111:9:  Unexpected console statement  no-console

src/components/modal/presentations/ModalDialog.jsx
  Line 51:11:  Unexpected alert  no-alert

src/features/cypher/CypherUtil.js
  Line 340:7:  Unexpected console statement  no-console
  Line 399:3:  Unexpected console statement  no-console

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

Error: Not connected
    at _callee4$ (/home/kaden/age-viewer/backend/src/controllers/databaseController.js:64:19)
    at tryCatch (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:45:16)
    at Generator.<anonymous> (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:133:17)
    at Generator.next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:74:21)
    at asyncGeneratorStep (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at _next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at /home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7
    at new Promise (<anonymous>)
    at apply (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
    at getMetadata (/home/kaden/age-viewer/backend/src/controllers/databaseController.js:66:6)
info: ::ffff:127.0.0.1 - - [24/Jun/2024:22:07:04 +0000] "POST /api/v1/db/meta HTTP/1.1" 500 51
 {"timestamp":"2024-06-24 16:07:04"}
Error: Not connected
    at _callee3$ (/home/kaden/age-viewer/backend/src/controllers/databaseController.js:54:19)
    at tryCatch (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:45:16)
    at Generator.<anonymous> (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:133:17)
    at Generator.next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:74:21)
    at asyncGeneratorStep (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at _next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at /home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7
    at new Promise (<anonymous>)
    at apply (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
    at getStatus (/home/kaden/age-viewer/backend/src/controllers/databaseController.js:56:6)
info: ::ffff:127.0.0.1 - - [24/Jun/2024:22:07:04 +0000] "GET /api/v1/db HTTP/1.1" 500 51
 {"timestamp":"2024-06-24 16:07:04"}
info: ::ffff:127.0.0.1 - - [24/Jun/2024:22:07:04 +0000] "GET /api/v1/miscellaneous HTTP/1.1" 304 -
 {"timestamp":"2024-06-24 16:07:04"}
info: ::ffff:127.0.0.1 - - [24/Jun/2024:22:08:29 +0000] "POST /api/v1/db/connect HTTP/1.1" 200 157
 {"timestamp":"2024-06-24 16:08:29"}
Error: SQL does not exist, name = meta_data
    at getQuery (/home/kaden/age-viewer/backend/src/tools/SQLFlavorManager.js:28:15)
    at DatabaseService._callee6$ (/home/kaden/age-viewer/backend/src/services/databaseService.js:122:64)
    at tryCatch (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:45:16)
    at Generator.<anonymous> (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:133:17)
    at Generator.next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:74:21)
    at asyncGeneratorStep (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at _next (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at /home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7
    at new Promise (<anonymous>)
    at DatabaseService.<anonymous> (/home/kaden/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
info: ::ffff:127.0.0.1 - - [24/Jun/2024:22:08:29 +0000] "POST /api/v1/db/meta HTTP/1.1" 500 74
 {"timestamp":"2024-06-24 16:08:29"}

I have reinstalled everything I can and have followed every tutorial I can find about this and the result is always the same. I am running the postgres db before you suggest that

New contributor

Kaden Price is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật