Rescript-Remix and useFetcher #3692
-
Im trying to make a resource route from an unconventional route filename. when I call my folder structure looks like this
I am getting this error:
and the URL from useFetcher looks like this
when it should be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Remix will only generate routes for files in the |
Beta Was this translation helpful? Give feedback.
Remix will only generate routes for files in the
app/routes
folder. If you need to add additional routes, you'll need to use remix.config to setup your routes manually.https://remix.run/docs/en/v1/api/conventions#routes