Blank Page when start the app
Hello fellow waspers,
Occasionally when I run wasp start I recieve a blank page and there are no errors in the wasp console.
How could I solve it?
2 Replies
Hello, I just solved the issue, it seems to be a mispelled class export in the react component. I took a look into the browser console section and it told me the error.
Ah yes that is not great, we have an issue for that and plan to fix it! We need to add a React error boundary, that will show a nice message once error occurs on the client before anything loads yet.