progressive-amaranthP
Refine3y ago
5 replies
progressive-amaranth

Remix have deprecated the nested folders route convention for flat routes.

I attempted to follow the switch to v2_routeConvention for remix, however routing works, except for the dashboard page, where / should route to /dashboard.

DEPRECATED: The old nested folders route convention has been deprecated in favor of "flat routes". Please enable the new routing convention via the future.v2_routeConvention flag in your remix.config.js file. For more information, please see https://remix.run/docs/en/main/file-conventions/route-files-v2

future: {    v2_routeConvention: true,  },


Added above to remix.conf.js. Is there a recommended solution for this?
Was this page helpful?