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.