-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error when adding new profile #45
Comments
I'm trying to replicate this, but I've run into a set of my own problems 😵💫 Could you attempt to remove the I'll have a further look at the massive issues branch jumping is causing me atm |
Hey @pheyvaer I've pushed some updates and it should not longer complain about this. |
With the latest version I can install it again, but I get the first error again now.
|
Do you get the issue that Now if what you're describing is the other issue: |
I get the error about the external port. |
OK, I've been able to replicate this entirely by accident when the showcase app was not running. So in other words it's caused by a missing connection to any external party (such as the solid app). The way the connections are hydrated and managed will probably be optimized in the future, but for now I've put flow control in place to ensure the error does not occur. When creating a profile, it's normal for the popup and the extension to close when it has been completed. I'm planning to add perhaps a success message at the end of this flow for better UX. If you open the extension after profile creation, you should find the profile you've just created. Unrelated to this issue, I did find that there's sometimes (not always) a bug where - if you open the extension.- there are no profiles even when you've created some before. I'm trying to figure out how this happens but I'm guessing it has something to do with the way the connection hydration has been set up. |
This should no longer occur at the latest commit of |
When trying the code on
extension-as-remote
I get the following errors:The text was updated successfully, but these errors were encountered: