While i load Visualizer in official machine. I get the "Unknown error occurred while calling accounts API, Check logs for more details"

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

When i checked the logs, i get following error

[2020-05-06 09:18:54.253] [ERROR] ~~~~ -

sendRequest ERROR: Error: unable to get local issuer certificate

How to resolve this.

I don't have proxy configured in my machine.

In Edit Preference also, when i validate https://manage.kony.com it fails

@Hvwwy Roxewts​

Add this to the eclipse.ini. You can find the eclipse.ini file in your visualizer installation directory.

-Dkony.ignoreCertificateErrors=true

@Twvcey Rvndvll​ -

I don't find eclipse.ini file in Quantum Visualizer folder in program files.

the only ini file in Visualizer folder is cntlm.ini under nw/nw_win.

I hope eclipse should be in older version of Kony Studio and not in Visualizer.

Thanks

@Hvwwy Roxewts​

In case of V9, please follow the below

Go to the Quantum Visualizer installation directory and open config/default.json add the below link after the

console.log('Loading[config]..' + __filename); Or add at line number 18

process.env.NODE_TLS_REJECT_UNAUTHORIZED=0

Hi,

The fix works. Slight correction it is config/default.js not json, just to help the future reference

@Hvwwy Roxewts​

Thank you for the correction.

Please make sure you click [Select as Best] under the response to close the post.

@Hvwwy Roxewts​

Did my response help you? If yes, make sure you click [Select as Best] under the response to close the post.

Yes. It helps