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
Is this still necessary, especially since we have wildcard segments? Cuz I'm not sure how the implementation will differ from how wildcard segments work
Something I noticed converting from 0.6 -> 0.7
path!("/property/:country_abbreviation?/:province_abbreviation?/:city?/:community?")
This will return the error of " Invalid param segment: country_abbreviation? ".
So missing routing parity to 0.6 with the path! macro.
The text was updated successfully, but these errors were encountered: