Luís Felippe
Luís Felippe
SSolidJS
Created by 미기 on 10/26/2023 in #support
Internal Server Error - Make sure your app is wrapped in a <Router />
It seems that you don't have the Router element in your app. In your case, I think changing "mount(() => <StartClient />, document);" to "mount(() => <Router><StartClient /></Router>, document);" in entry-client.tsx can fix it
2 replies