Trying Nova example from repo https://github.com/novaframework/nova-book/tree/main/examples/my_first_nova
Route /notes/new eventhough in higher order (appear earlier than /notes/:id with POST), when I browse it always lands to /notes/:id than /notes/new.
Checked even "rebar3 nova routes" both entry present but /notes/new in higher order and get invoked for GET method and hence error - method not allowed.
Trying Nova example from repo https://github.com/novaframework/nova-book/tree/main/examples/my_first_nova
Route /notes/new eventhough in higher order (appear earlier than /notes/:id with POST), when I browse it always lands to /notes/:id than /notes/new.
Checked even "rebar3 nova routes" both entry present but /notes/new in higher order and get invoked for GET method and hence error - method not allowed.