nova icon indicating copy to clipboard operation
nova copied to clipboard

[BUG] Character - in the router module not supported

Open sanzor opened this issue 1 year ago • 2 comments

Describe the bug When using the - character in the router module for a given path i am getting the error :

===> Failed to boot nova for reason {{bad_return_value,
                                                 {unknown_symbol,"-"}},
                                                {nova_app,start,[normal,[]]}}

I have understood this problem was already fixed therefore it seems its a bug. In the rebar.config in the deps section i am using {deps,[nova]} with no branch specified. Could this be an issue ?

If this is a complex bug Example Repo

Expected behavior Nova should support a route like /some-route

Desktop (please complete the following information):

  • OS: [WSL]
  • Erlang version [22]
  • Nova version []

sanzor avatar Sep 10 '22 20:09 sanzor

Thank you. Will take a look at it.

burbas avatar Sep 11 '22 16:09 burbas

Found the issue and we just need to point to a later version of routing_tree. Will try and fix that this evening

burbas avatar Oct 03 '22 15:10 burbas