You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I did npm run server-start, it started, but when I go to http://localhost:8081, the calls go to local host, not to qbit host, like http://localhost:8081/api/v2/app/version instead of http://192.168.0.104:8080/api/v2/app/version
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I ran
npm run server-setup
in the root folder, but no .env file has been created. I did it manually in the root folderThen I did
npm run server-start
, it started, but when I go tohttp://localhost:8081
, the calls go to local host, not to qbit host, likehttp://localhost:8081/api/v2/app/version
instead ofhttp://192.168.0.104:8080/api/v2/app/version
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: