Steps executed:
-
In One terminal : cd <p_name> followed by daml start
Sandbox, Json Api… server are up and running -
Second terminal: cd <p_name>/ui followed by npm start
App compiled successfully…
A login screen opens on port 3030… where on submit getting following error:
Error occurred while proxying request localhost:3000/v1/user to http://localhost:7575/ [ECONNREFUSED] (Errors | Node.js v19.1.0 Documentation)
In the network tab: 504 gateway timeout is coming in response to this api call.
Please help.