Deploy with ReactJS
I'm trying to deploy my ReactJS application, when I test it on my machine it works normally but the deplot gives an error
Solution:Jump to solution
seems like a bunch of syntax errors, specifically where things are defined but not used
just fix those in your code and you should be good...
14 Replies
Project ID:
272007e6-52db-463a-bca6-cb2780a25781
272007e6-52db-463a-bca6-cb2780a25781
What error does it give?
fragly send the bookmarklet
Sorry, but I didn't understand what to do
Don't worry, it's pretty easy, especially when on chrome
all you need to do is expose the bookmarks bar for whatever browser you're using ( this is browser specific so just google how to do it for the browser you're using )
then simply drag the "Download Logs" text from the webpage I linked to the bookmars bar
from there you can go to your deployment's logs and then click on the bookmarklet you just dragged to your bookmarks bar
thx
Solution
seems like a bunch of syntax errors, specifically where things are defined but not used
just fix those in your code and you should be good
I removed what I wasn't using and now I get errors in the routes
'-'
Solved, thank you
Awesome, and no problem