You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating different zero-js blog solutions and Elderjs came with some high regards. After experimenting with it I noticed that whenever I'd change my origin line in the config file Elderjs would start to act funny:
Websocket connections would try connecting a different hostname/port
File changes wouldn't propagate (likely due to above)
I looked through the code and it seems like this http://example.com is hardcoded, but I couldn't pinpoint where the issue was.
I'm creating this issue to understand what the setting should be? Should there be better documentation around this?
The text was updated successfully, but these errors were encountered:
I'm evaluating different zero-js blog solutions and Elderjs came with some high regards. After experimenting with it I noticed that whenever I'd change my
origin
line in the config file Elderjs would start to act funny:I looked through the code and it seems like this
http://example.com
is hardcoded, but I couldn't pinpoint where the issue was.I'm creating this issue to understand what the setting should be? Should there be better documentation around this?
The text was updated successfully, but these errors were encountered: