Holo-Host / hpos-service-crates

Install self-hosted hApps from a YAML file into holochain
Other
37 stars 1 forks source link

Fix/Avoid duplicate app interface creation + clean-up #192

Closed JettTech closed 2 months ago

JettTech commented 2 months ago

Updates:

NB: This is needed in holo-matching-services matching services pr: https://github.com/Holo-Host/holo-matching-services/pull/53

JettTech commented 2 months ago

@zo-el - CI tests are failing the the devNet and alphaNet runs of the run_configure_holochain test due an error fetching the membrane proof from the memproof server. The call to the memproof server is responding with a 502 (Bad Gateway) error. This error seems to be intermittently occurring across multiple PRs. NB: It is passing on the read-only memproof test of the same function.

Do you have any ideas about what is causing the memproof server to return this error? If not, I can just bring this issue up at PL tomorrow.

Also, with all this in mind, this PR is ready for your review.