Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

278
Views
neo4j and neovis cannot visualize on Azure web service

I make a neo4j server on azure virtual machine. I use neovis to develop my app. enter image description here It is working fine on localhost (pictured above) but when published to Azure web service it doesn't show my graph I get the following error by web console enter image description here

this is my neovis config. This problem keeps making me puzzled. How can i solve this problem?

var config = {
  server_url: "bolt://xx.xxx.xxx.xx:7687",
  container_id: "viz",
  server_user: "neo4j",
  server_password: "password",
  arrows: true,
  labels: {
    "Troll": {
      "caption": "name",
      "title_properties": [
        "name"
      ]
    }
  },
  relationships: {
    "RETWEETS": {
      "caption": false
    }
  },
  initial_cypher: cypher_script
};
viz = new NeoVis.default(config);  
viz.render();
console.log(viz);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!