Hi Everyone Need help with one issue that I am fac...
# help
a
Hi Everyone Need help with one issue that I am facing , I am trying to redirect a core spryker URL to my custom module , to do that I have extended the core RouteProviderPlugin and overrided the addRoutes() method to map url to my custom controller , also registered the routeproviderplugin in RouteDependencyProvider , but still the URL is redirected to spryker project module. Is there anything else that needs to be done ?
m
did u generate again the route cache for yves?
a
Yes I execute dthe router cache warm up command
I can access the new module for any other url , that I add in addRoute() , but when I try to override the 'register' url in my new module , the access goes to default CustomerPage module
m
maybe the customerpage routing plugin is registered after yours... did u try to register your routing plugin as last one?
a
yes I did that too , but still default one is getting called