Adam Ferguson
Adam Ferguson
In case anyone else runs into this, I had the same problem and it was indeed b/c of the URL's. I was running keycloak, hasura, and the connector in minikube...
Just ran into this issue. Changing this env var for the runner resolved: ``` DRONE_RPC_HOST: "drone:8080" ``` Definitely think the defaults for the charts should match up.
For anyone that runs into this in the future: I was also having the problem where it wouldn't pick up uniqueness constraints, even ones that were added via hasura migrations,...
If you're still working off a forked version, instead of doing the config.before_configuration, you can do something like: ``` initializer "whatevever_you_want_to_call_your_initializer", :before => "name_of_the_initializer_where_you_want_to_use_yettings" do Yettings.setup! end ``` Off the...
I was able to resolve this issue by modifying the bitcoin.conf and moving the existing wallet.dat. Previously the setting was: ``` main.wallet=wallet.dat ``` I commented this line out and then...