Unable to get react working.
Hi,
Thanks for such an amazing framework.
I generated an app with Mage and tried to run it. While the login/sign up screens work, the dashboard screen is empty.
Upon further examination, I saw that the content is just
<noscript> You need to enable JavaScript to run this app. </noscript>
I have tried changing adding "proxy": "http://localhost:5000"
to package.json
. It did not works.
Kindly help me solve this issue.
Thanks and regards,
~Cliff3 Replies
Guys @Wasp Team .. Any help on this one?
Hey 👋.
can you provide us with some more details, specifically what error are you getting in your terminal where you ran
wasp start
, if any?
you should remove the proxy
property from your package.json, too.
also, open your browser's developer tools console and share the error you may see thereWhat you can also do is share the generated app with us by providing a link that you can get from Mage, there is a "Share" button, so we can take a look at the generated app and possibly help.