-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In version 0.0.5^, when performing an initial installation on Debian 13 hosted on Hetzner and attempting to deploy the app via Dockerfile, the following error occurs. (I have not yet verified if this occurs with a more simple Dockerfile.)
Stream opened, loading build logs...
-----------------------------------------------
Deployment: 813cc141-857b-4a57-9934-a668a88f4103
App: app--4689413a
Project: proj--68705a7d
-----------------------------------------------
[2026-03-01T08:41:38.908Z]: Initialized app build...
[2026-03-01T08:41:38.909Z]: Trying to clone repository...
[2026-03-01T08:41:40.105Z]: Cloned repository successfully
[2026-03-01T08:41:40.105Z]: Latest remote git hash: 0e8d67534f17f85f098a188950a6caaf9ba5f68e
[2026-03-01T08:41:40.106Z]: Creating build job with name: build-app--4689413a-b901fe82
[2026-03-01T08:41:40.106Z]: Dockerfile context path: root directory of Git Repository. Dockerfile name: Dockerfile
[2026-03-01T08:41:40.128Z]: Build job build-app--4689413a-b901fe82 started successfully
2026-03-01T08:41:41.076916705Z #1 [internal] load remote build context
2026-03-01T08:41:41.404781750Z #1 ERROR: invalid response status 404
2026-03-01T08:41:41.449565549Z ------
2026-03-01T08:41:41.449582328Z > [internal] load remote build context:
2026-03-01T08:41:41.449585583Z ------
2026-03-01T08:41:41.452768832Z error: failed to solve: failed to read downloaded context: failed to load cache key: invalid response status 404
[2026-03-01T08:41:45.185Z]: [END] Log stream ended for build process: build-app--4689413a-b901fe82
To Reproduce
Steps to reproduce the behavior:
- Install Quickstack on Debian 13 running on Hetzner.
- Deploy any Dockerfile via Git.
- Error occurs.
Expected behavior
The build succeeds and the app is deployed.
Screenshots
None.
Desktop (please complete the following information):
Client:
- OS: macOS 15.7.3 (24G419)
- Browser: Google Chrome
- Version 144.0.7559.110 (arm)
Server: (Single Node)
- OS: Debian 13
Additional context
I have confirmed it works with 0.0.4.
Dockerfile is:
FROM node:24
WORKDIR /main_ver
COPY main_ver/package*.json ./
RUN npm install
COPY main_ver/ .
CMD ["node", "src/main.js"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working