diff --git a/src/routesConfiguration.js b/src/routesConfiguration.js index 97f01dec..3f8a45b5 100644 --- a/src/routesConfiguration.js +++ b/src/routesConfiguration.js @@ -112,6 +112,9 @@ const routesConfiguration = [ component: props => , loadData: (params, search) => EditListingPage.loadData(params, search), }, + + // Canonical path should be after the `/l/new` path since they + // conflict and `new` is not a valid listing UUID. { path: '/l/:id', exact: true,