[GH-ISSUE #606] Deploying to AWS S3 returns 404 - /app/bundle.js #313

Closed
opened 2026-03-03 00:20:12 +03:00 by kerem · 1 comment
Owner

Originally created by @nodesocket on GitHub (Aug 29, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/606

I am attempting to run this from my own AWS S3 bucket.

Locally, I ran: npm run build. Then I uploaded the entire contents of the compiled directory to my AWS S3 bucket. However, when I load up the site, I am getting:

GET http://<my-bucket-here>.s3-website.us-east-2.amazonaws.com/app/bundle.js net::ERR_ABORTED 404 (Not Found)

Indeed bundle.js is not in the app directory but in the parent compiled root. What am I doing wrong?

Originally created by @nodesocket on GitHub (Aug 29, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/606 I am attempting to run this from my own AWS S3 bucket. Locally, I ran: `npm run build`. Then I uploaded the entire contents of the `compiled` directory to my AWS S3 bucket. However, when I load up the site, I am getting: ``` GET http://<my-bucket-here>.s3-website.us-east-2.amazonaws.com/app/bundle.js net::ERR_ABORTED 404 (Not Found) ``` Indeed `bundle.js` is not in the `app` directory but in the parent `compiled` root. What am I doing wrong?
kerem 2026-03-03 00:20:12 +03:00
Author
Owner

@Rokt33r commented on GitHub (Sep 1, 2020):

We're using vercel with specific routing settings to deploy the web app. If you want to try to deploy it to S3, you have to restructure the compiled output.

<!-- gh-comment-id:684193173 --> @Rokt33r commented on GitHub (Sep 1, 2020): We're using vercel with specific routing settings to deploy the web app. If you want to try to deploy it to S3, you have to restructure the compiled output.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#313
No description provided.