api-components-bundle icon indicating copy to clipboard operation
api-components-bundle copied to clipboard

[Bug] Routes can be created without a preceding slash and then results in 404 not found - front-end adding the slash? Investigate

Open silverbackdan opened this issue 1 year ago • 0 comments

Version dev-main

Describe the bug If we create a route without a forward-slash, front-end will create with the slash, and then result in 404 not found when trying to load this route. Could perhaps result in duplicate routes too.

To Reproduce Create a route without a preceding forward slash

Expected behaviour Normalisation when creating a route to either require or not require the slash and handle appropriately

silverbackdan avatar May 26 '23 15:05 silverbackdan