traction icon indicating copy to clipboard operation
traction copied to clipboard

Troubleshooting on demo rpc app startup

Open loneil opened this issue 1 year ago • 0 comments

Adding notes on some additional troubleshooting docs that can possibly be added from trying out steps here https://github.com/bcgov/traction/tree/main/demo/plugins/rpc

Issue with .venv On startup of the devcontainer on my machine it didn't seem to be creating venv. So documented step of source .venv/bin/activate was erroring image

had to create a .venv image then it worked

also to start up debugging had to set a python intepreter in vscode

  • command pallette (ctrl shift v) > Select Interpreter
    • Enter interpreter path
    • find
    • select .venv that was created

Copy Sample env to .env

  • Documentation note to create an .env file
  • Check default Traction ports in the sample file

loneil avatar Apr 19 '24 20:04 loneil