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 wanted to use Elm to write an app for Beaker - p2p browser which that adds dat protocol support and p2p apps are loaded from URLs like
dat://id.hashbase.io/elm
Unfortunately it seems to break some assumptions made by Browser.application here the error reported in the console:
elm:733 Uncaught Error: Browser.application programs cannot handle URLs like this:
dat://id.hashbase.io/elm
What is the root? The root of your file system? Try looking at this program with `elm reactor` or some other server.
at _Debug_crash (elm:733)
at _Browser_getUrl (elm:4024)
at init (elm:4014)
at _Platform_initialize (elm:1871)
at elm:3909
at Object.init (elm:30)
at elm:5254
_Debug_crash @ elm:733
_Browser_getUrl @ elm:4024
init @ elm:4014
_Platform_initialize @ elm:1871
(anonymous) @ elm:3909
(anonymous) @ elm:30
(anonymous) @ elm:5254
The text was updated successfully, but these errors were encountered:
I wanted to use Elm to write an app for Beaker - p2p browser which that adds dat protocol support and p2p apps are loaded from URLs like
dat://id.hashbase.io/elm
Unfortunately it seems to break some assumptions made by
Browser.application
here the error reported in the console:The text was updated successfully, but these errors were encountered: