martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
424 stars 24 forks source link

Unhelpful error message #97

Closed notramo closed 1 year ago

notramo commented 1 year ago
Unhandled exception: A rule name can only contain letters, numbers, dashes or underscores (Marten::Routing::Errors::InvalidRuleName)
  from lib/marten/src/marten/routing/map.cr:28:11 in 'path'
  from config/routes.cr:7:6 in '__crystal_main'
  …

I have no idea what happened, or how to fix it.

ellmetha commented 1 year ago

Relates to #98. Will be improved as part of #98. Thanks for reporting!