-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error when I try to use react-server-router #13
Comments
Thanks for reporting @slajher! The router not supported the filename pattern You can always configure the router to include/exclude any patterns when the defaults are not working for you, read more about router configuration at https://react-server.dev/router/configuration. Please upgrade your |
@lazarv thanks for the quick reply and the explanation about the router |
This issue has been locked since it has been closed for more than 30 days. If you have found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest version of @lazarv/react-server. If you have any other comments you should create a new discussion. |
based on the documentation I tried to create a simple application using react-server-router
![image](/https://private-user-images.githubusercontent.com/11974306/356100482-89cb95ec-208d-4626-9021-ed9b2aca9f97.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MjAzMzIsIm5iZiI6MTczODkyMDAzMiwicGF0aCI6Ii8xMTk3NDMwNi8zNTYxMDA0ODItODljYjk1ZWMtMjA4ZC00NjI2LTkwMjEtZWQ5YjJhY2E5Zjk3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA5MjAzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5MTQxODJmZWY5NTJlNWYwMWEzNWUyMTk2ZWExMWQ5ZGVhZmM4ODhkZTVmODU4MTM0YmFlNTQyZGM4NGM4NWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.tDAEwPGtf7gPUfXhveLngS_JYQf2TY3EHl3hWPgMqtI)
currently my file structure looks like this
and I created the server config file as described in the documentation
export default { root: "src/pages", public: "public" };
during the build I get this error message
The text was updated successfully, but these errors were encountered: