api-components-bundle
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
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