Rasmus PihoOriginal post
Web Developer
Build works, deploy ends with "success", but when I visit the site, I get an "Internal server error". The issue can be reproed by creating a new blank app with npx create-react-router@latest app-name and deploying it as a new site either via Github or CLI using the "Remix" framework option.
Summary
Developers are encountering an internal server error when deploying webapps created with React Router v7 framework mode. The issue can be replicated with a new blank app using `npx create-react-router@latest app-name` and deploying it via Github or CLI using the "Remix" framework option.