noBackend / noBackend-app-invoice

example app to showcase implementations using different noBackend solutions
http://invoice.nobackend.org/
87 stars 21 forks source link

Example App with remoteStorage is broken #12

Open mulderp opened 10 years ago

mulderp commented 10 years ago

When going to:

 http://invoice.nobackend.org/nobackend-examples/remoteStorage-Sockethub/index.html

The console output is:

SockethubClient] attempting to connect to wss://silverbucket.net:443/sockethub sockethub-client.js:412
Uncaught ReferenceError: account is not defined 

And the app is not running as expected.

gr2m commented 10 years ago

thanks @mulderp! @silverbucket any idea? Did you turn off wss://silverbucket.net:443/sockethub?

silverbucket commented 10 years ago

Ah, the credential schema format was updated. I'll try to get to this this week and submit a pull request. I kind of let it fall to the wayside as I don't believe it was even working before that due to a remoteStorage.js error.

gr2m commented 10 years ago

no worries, thanks for looking into it.