R
Railway7mo ago
Rhyan

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:
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...
Jump to solution
14 Replies
Percy
Percy7mo ago
Project ID: 272007e6-52db-463a-bca6-cb2780a25781
Rhyan
Rhyan7mo ago
272007e6-52db-463a-bca6-cb2780a25781
Fragly
Fragly7mo ago
What error does it give?
Brody
Brody7mo ago
fragly send the bookmarklet
Fragly
Fragly7mo ago
GoodJob using this to download your logs? https://bookmarklets.up.railway.app/log-downloader/
Rhyan
Rhyan7mo ago
Sorry, but I didn't understand what to do
Fragly
Fragly7mo ago
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
Rhyan
Rhyan7mo ago
thx
Solution
Fragly
Fragly7mo ago
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
Rhyan
Rhyan7mo ago
I removed what I wasn't using and now I get errors in the routes '-' Solved, thank you
Fragly
Fragly7mo ago
Awesome, and no problem