forge42dev / Remix-Forge

VS Code extension that allows you to generate configurable Remix code
MIT License
78 stars 6 forks source link

convert routes to v2 gives an error #7

Open Kilian opened 11 months ago

Kilian commented 11 months ago

Calling convert routes to v2 convention gives me this error:

Selection_1867

I could not find settings related to routes, what should I do to make this work?

AlemTuzlak commented 11 months ago

Interesting, I will look into this very soon and let you know, it would seem it couldn't read a path of a file/dir correctly

AlemTuzlak commented 11 months ago

Could you give me some basic info on how this happened, v1 vanilla route convention? Or remix-flat-routes? Or something custom?

Kilian commented 11 months ago

v1 vanilla route convention, but all my routes are wrapped in a __supabase folder that provides the supabase context, maybe that causes the issue?

AlemTuzlak commented 11 months ago

Mind posting what your routes look like? The route tree I mean

Kilian commented 11 months ago

sent you a DM through Twitter!