Open k70suK3-k06a7ash1 opened 1 year ago
Hi
This template does not seem to be compatible with Remix's Routing system V2
The following modifications seem necessary
remix.config.js
/** @type {import('@remix-run/dev').AppConfig} */ module.exports = { ... future: { v2_dev: true, v2_errorBoundary: true, v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, }, ... };
change file name
/app/routes/sign-up/$.tsx ↓ /app/routes/sign-up.$.tsx
Try do like this it works for me
Hi
This template does not seem to be compatible with Remix's Routing system V2
The following modifications seem necessary
remix.config.js
change file name
/app/routes/sign-up/$.tsx ↓ /app/routes/sign-up.$.tsx