-
-
Notifications
You must be signed in to change notification settings - Fork 964
[Bug]: deployment failing on various cloud providers #625
Comments
Hey, thank you for creating an issue. We will normally respond within 24 hours. |
Fails on railway, too, during build
#1 sha256:7f88cb51e95e2c56315400d13cca68c88c827740b1ad26af82a4b3a9aacb6b78 #1 DONE 0.5s #2 [internal] load .dockerignore #3 [internal] load metadata for docker.io/library/node:14-alpine3.14 #3 DONE 0.7s #4 [1/5] FROM docker.io/library/node:14-alpine3.14@sha256:f6bd262df57e5cb454ace4f0b2c58b69727bf2ae38d89a5e0a1658d839d7c618 #5 [2/5] WORKDIR /usr/src/windows11/ #5 sha256:2520e0bbfcfd63723e5042b77574a038a83dabb7fd74d5cbb8a1a2e1a98380c6 #6 [3/5] RUN npm install -g serve #7 [4/5] RUN wget https://github.com/blueedgetechno/win11React/archive/refs/heads/gh-pages.zip #7 0.464 Connecting to github.com (192.30.255.113:443) #7 0.687 Connecting to codeload.github.com (192.30.255.121:443) #7 0.853 wget: server returned error: HTTP/1.1 404 Not Found #7 ERROR: executor failed running [/bin/sh -c wget https://github.com/blueedgetechno/win11React/archive/refs/heads/gh-pages.zip]: exit code: 1
executor failed running [/bin/sh -c wget https://github.com/blueedgetechno/win11React/archive/refs/heads/gh-pages.zip]: exit code: 1 |
and also netlify |
and also Vercel |
for railway it is trying to get the gh-pages branch which no longer exists
for vercel you need to set CI as false
for netlify it is trying to get the dist folder after building instead of build folder where the files are actually stored after the build. |
for netlify i used these settings and it worked fine https://win11react-test.netlify.app see for yourself. had to change build command to similarly for others too few settings have to be tweaked to get them to work. Hopefully this solves your issue |
What happened?
Deploy works fine then vite fails. Running on free dynos in Heroku.
2022-08-06T08:39:38.347888+00:00 app[web.1]:
2022-08-06T08:39:38.347900+00:00 app[web.1]: > [email protected] start
2022-08-06T08:39:38.347901+00:00 app[web.1]: > vite
2022-08-06T08:39:38.347901+00:00 app[web.1]:
2022-08-06T08:39:38.354156+00:00 app[web.1]: sh: 1: vite: not found
2022-08-06T08:39:38.484340+00:00 heroku[web.1]: Process exited with status 127
2022-08-06T08:39:38.700683+00:00 heroku[web.1]: State changed from starting to crashed
2022-08-06T08:41:19.671013+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=twingsisterw11.herokuapp.com request_id=53f939a4-7e3d-42d9-b273-cb86f59d7115 fwd="79.51.193.210" dyno= connect= service= status=503 bytes= protocol=https
2022-08-06T08:41:20.204311+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=twingsisterw11.herokuapp.com request_id=944eb4f1-9607-49e2-8bb6-63f2e85dc096 fwd="79.51.193.210" dyno= connect= service= status=503 bytes= protocol=https
2022-08-06T08:42:30.690935+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=twingsisterw11.herokuapp.com request_id=42d49b14-d442-4b36-a6b0-fb795053aeac fwd="79.51.193.210" dyno= connect= service= status=503 bytes= protocol=https
2022-08-06T08:48:24.478376+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=twingsisterw11.herokuapp.com request_id=86ed2e85-0786-4dca-b7ce-ba70e996b6fb fwd="79.51.193.210" dyno= connect= service= status=503 bytes= protocol=https
To reproduce the behavior?
reproduce!
What browser are you seeing the problem on?
Firefox
The text was updated successfully, but these errors were encountered: