Ronald Araújo
Ronald Araújo
Testing commands `start`, `finish` and `publish` I'm asking "Are you sure? (Y/n)". Pressing **Enter** to run the default Y, nothing happens. I have to type Y to work. I'm using...
Hello guys. I am following the tutorial to start the network, but after the step `ff start dev` I get this error message. `Error: Post "http://127.0.0.1:5000/api/v1/network/organizations/self?confirm=true": read tcp 127.0.0.1:58010->127.0.0.1:5000: read:...
I currently have the following table ```typescript (theme) => ({ backgroundColor: paid ? theme.colors.green[0] : theme.colors.white })} .... ``` When the data comes from the database this works perfectly. The...