SolidJSS
SolidJSโ€ข4mo agoโ€ข
4 replies
pawinput

Solid router doesnt match route /@:id

Hello, im having an issue with solid router not matching route /@:id properly, it just returns 404 instead.

                            <Route
                                path="/@:handle"
                                component={lazy(
                                    () => import("./routes/profile/index.tsx")
                                )}
                            />
Was this page helpful?