frederik_diamond on Nostr: Having trouble with my #Remix ecommerce project... I keep getting the error below ...
Having trouble with my #Remix ecommerce project...
I keep getting the error below when clicking on any of my buttons that route to the create-account page: "Error loading route module '/app/routes/create-account/route.tsx, reloading page..."
I have Remix Auth working properly. I can successfully log into accounts, and creating new accounts works as well. However, there’s something in my create-account implementation that makes it impossible to navigate to the create-account page unless I type the URL directly.I suspect it might have something to do with the way I'm handling form validation, but that's mostly just a guess 🤷♂️ #dev
I keep getting the error below when clicking on any of my buttons that route to the create-account page: "Error loading route module '/app/routes/create-account/route.tsx, reloading page..."
I have Remix Auth working properly. I can successfully log into accounts, and creating new accounts works as well. However, there’s something in my create-account implementation that makes it impossible to navigate to the create-account page unless I type the URL directly.I suspect it might have something to do with the way I'm handling form validation, but that's mostly just a guess 🤷♂️ #dev