How to embedd sanity.io with your replt?

i making next.js project, so I am installing sanity. my commands are:

npm -g @sanity/cli
sanity init

its giving me error with proxy and firewall probelm.

suggested error :

**localhost** refused to connect.

Try:

* Checking the connection
* [Checking the proxy and the firewall](chrome-error://chromewebdata/#buttons)

ERR_CONNECTION_REFUSED

its not solving with whatever is suggested because its issue with project made being virtual ide and sanity wanting to connect with computer localhost. the localhost:3000 doesnt even generally works so i opt for ‘replt-name.donabiswas1.repl.co

the login option givin are sanity is either google , github or sanity itself.
how to connect this with virtual project

A post was merged into an existing topic: How to connect sanity with repl