elm/core

Runtime exception in compiled elm script

snatvb opened this issue · 4 comments

image
Hello, I found this when I was tried change url(redirect) without "/", I forgot added that and I got exception in elm script

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

What did you use to change the URL?

If it was Browser.Navigation.pushUrl, it would be better to open the bug in the corresponding library:
https://github.com/elm/browser/issues

Yes, you are right @rlefevre
I copied the issue there, thanks
elm/browser#113