traction
traction copied to clipboard
Troubleshooting on demo rpc app startup
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
had to create a .venv
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