Closed andes2912 closed 1 year ago
Hi @andes2912
We tested Deck thoroughly on MAC, Windows, and Linux and couldn't reproduce the issue. There are several things that can cause this issue like -
wget is a linux default package. So, it'll be tough for us to troubleshoot this issue on our end without further info. It'll be great if you can share some more details about the steps/stack when you faced the issue.
Please check the screenshots to get the details of our test output.
Thanks Subhajit
Hi there,
i have some sort of the same problem. At least with the step.
left side: Deck app and right side my terminal window.. where it works fine:
So, where is the error ?
@andes2912 The same as you wget does not get URL raw.githubusercontent.com. But my machine is able to get it without any issue.
`Step 9/51 : RUN wget -O /var/preview/index.html https://raw.githubusercontent.com/deck-app/stack-preview-screen/main/install/index.html ---> Running in de44b6d398c0 wget: bad address 'raw.githubusercontent.com' 1 error occurred:
Starting now works. But here is a new error. When i click the link in Deck.app then it shows me the SourceCode of an html file.
This issue i had before #80 & #86 . Those are now fixed so that i can start it again.
EDIT:
` Sending build context to Docker daemon 32.72kB Step 1/51 : ARG BACK_END Step 2/51 : FROM ghcr.io/deck-app/nginx:v8.1 ---> 7e1c43fc1ba6 Step 3/51 : LABEL maintainer Naba Das hello@get-deck.com ---> Using cache ---> 7dac20a2fd38 Step 4/51 : ARG LARAVEL_VERSION ---> Using cache ---> 723187b0bf67 Step 5/51 : RUN mkdir -p /app ---> Using cache ---> 00194208c03c Step 6/51 : RUN mkdir -p /var/preview ---> Using cache ---> dd2480f0246a Step 7/51 : COPY default.conf /app/default.conf ---> Using cache ---> 3703665cd989 Step 8/51 : COPY default.conf /etc/nginx/conf.d/default.conf ---> Using cache ---> c8d5b2bfced1 Step 9/51 : RUN wget -O /var/preview/index.html https://raw.githubusercontent.com/deck-app/stack-preview-screen/main/install/index.html ---> Running in a622a24bc14d wget: bad address 'raw.githubusercontent.com' 1 error occurred:
Sending build context to Docker daemon 32.72kB Step 1/51 : ARG BACK_END Step 2/51 : FROM ghcr.io/deck-app/nginx:v8.1 ---> 7e1c43fc1ba6 Step 3/51 : LABEL maintainer Naba Das hello@get-deck.com ---> Using cache ---> 7dac20a2fd38 Step 4/51 : ARG LARAVEL_VERSION ---> Using cache ---> 723187b0bf67 Step 5/51 : RUN mkdir -p /app ---> Using cache ---> 00194208c03c Step 6/51 : RUN mkdir -p /var/preview ---> Using cache ---> dd2480f0246a Step 7/51 : COPY default.conf /app/default.conf ---> Using cache ---> 3703665cd989 Step 8/51 : COPY default.conf /etc/nginx/conf.d/default.conf ---> Using cache ---> c8d5b2bfced1 Step 9/51 : RUN wget -O /var/preview/index.html https://raw.githubusercontent.com/deck-app/stack-preview-screen/main/install/index.html ---> Running in d0a61385b555 wget: bad address 'raw.githubusercontent.com' 1 error occurred:
`
Update: It magically started to work. Don't ask me what i changed. But i have no clue why it now started to work.
Update: It magically started to work. Don't ask me what i changed. But i have no clue why it now started to work.
Wow, its magic bro
Hi All We may need to close this ticket in the next 24 hours. So, I request you to inform us about the status of your query. Let us know of any issues, we'd be happy to help.
Hello, i have issue when starting project, like this :