-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/holo hosting support #165
Conversation
Hi @mattyg, maybe you can help me out here. I've compiled the holo dev server for macos and run the command Do you know why it cannot connect to the resolver? |
@jost-s Not sure I'm not getting that error - maybe a version mismatch? I'm on chaperone 0.1.0 and you're on 0.1.1. I assume you ran an npm install to get my fork of @holo-host/web-sdk? Also it looks like I still have to refresh manually before it loads when starting via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! All I had to do was to switch to the 0.6.13-prerelease version of web-sdk from your fork and it was all groovy!
huh weird. What do you mean by all groovy? For me with the Maybe I'll ask robbie for the latest envoy build and see if I can reproduce what you're seeing |
Oh, okay. Yeah, I meant all groovy because it all worked perfectly after updating the package. I'll send you a recent build for Linux by email. |
okay great well it works now by using the npm package directly rather than the git branch, except that the iframe stylesheets are empty. Also I should try to handle the envoy, signup and cells loading to avoid needing to refresh. I'd also like to see if I can avoid the profiles errors thrown when we only have an anonymous agent. |
…gnals to trigger signup and resolve client setup
Okay I came up with a workaround to avoid the weird inconsistencies between the holo client and holochain client, such that we still only need 1 if statement to differentiate their setup. It resolves the need to refresh the page to complete the holo client setup. The stylesheet seems to be rendering properly as well for web-sdk version |
Fix support for holo hosting, with latest envoy server and @holo-host/web-sdk client.
To test this, you'll need to get a copy of the envoy server, and place it in the root of the directory as
holo-dev-server
.