Not able to connect Neo4j with Neovis JS using bolt+S. Throwing error

I am working on Neovis JS and tried to connect it with bolt+S , but it is throwing below error

index.js:291 Uncaught Error: Encryption/trust can only be configured either through URL or config, not both
Also I want to know if Neovis connection works with REST https

Could you please help me in this.

Thanks in advance.

Hi @v.phanimadhavi85 ,
I am facing the same issue. Were you able to resolve it? It will be great if you can give me some pointers. Thanks.

Hello,
have a look to my functioning neovis tweak, until about September 20, when the sandbox expires. Substitute the sandbox url with your's and have a try. The code is a simplification of a broader interface to show a neo4j db.
WJI