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
Hi, the path metadata handler throws an invalid path error if there are any capital letters in the path.
validateMetaField calls getProcessSegment which calls prepareSlug, which calls toLocaleLowercase. Because prepareSlug produces a different, lowercase string, there's a mismatch and invalid path is thrown.
I think folder names should be allowed to be capitalized. We use folder names in nested collections cosmetically, such that we need capitalization in folder names.
Let me know if any more info from the template is needed.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi, the path metadata handler throws an invalid path error if there are any capital letters in the path.
validateMetaField calls getProcessSegment which calls prepareSlug, which calls toLocaleLowercase. Because prepareSlug produces a different, lowercase string, there's a mismatch and invalid path is thrown.
I think folder names should be allowed to be capitalized. We use folder names in nested collections cosmetically, such that we need capitalization in folder names.
Let me know if any more info from the template is needed.
The text was updated successfully, but these errors were encountered: