Our neo4j server is: cds-db.capx.biz
Here are the errors when we try to connect from our react application to the neo4j database
OPTIONS http://cds-db.capx.biz:7474/graphql/ 404 (Not Found)
Access to XMLHttpRequest at 'http://cds-db.capx.biz:7474/gra...
Hello David,
Looks like you have experience with a stack similar to ours.
We run a react web app in an s3 bucket.
We run neo4 in an EC2 instance in AWS with the graphql Java plugin in the server (which is not ideal but we are going to migrate it)
We ...