mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #606] Deploying to AWS S3 returns 404 - /app/bundle.js #313
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 thecompileddirectory to my AWS S3 bucket. However, when I load up the site, I am getting:Indeed
bundle.jsis not in theappdirectory but in the parentcompiledroot. What am I doing wrong?@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.