Is your feature request related to a problem? Please describe.
When attempting to run a workflow locally on the localhost, we are currently redirected to the production deployment of Krini, which can be found at this. This redirection prevents contributors from being able to view the changes they make to the ./src/components/RunWorkflow.js file.
Describe the solution you'd like
In the ./src/config.js, host_uri points to the production deployment, but if this points to development deployment then the issue can be solved
Additional context
It is likely that host_uri is set to point to the production deployment because it is intended for public viewing. However, we can instruct contributors not to commit any changes made in the config.js file during a pull request.
Is your feature request related to a problem? Please describe.
When attempting to
run a workflowlocally on the localhost, we are currently redirected to theproduction deploymentof Krini, which can be found at this. This redirection prevents contributors from being able to view the changes they make to the./src/components/RunWorkflow.jsfile.Describe the solution you'd like
In the
./src/config.js,host_uripoints to the production deployment, but if this points todevelopment deploymentthen the issue can be solvedAdditional context
It is likely that
host_uriis set to point to the production deployment because it is intended for public viewing. However, we can instruct contributors not to commit any changes made in theconfig.jsfile during a pull request.