Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

every docker images i build have the same probleme #143

Closed
Inkydi3v opened this issue Jul 26, 2022 · 6 comments
Closed

every docker images i build have the same probleme #143

Inkydi3v opened this issue Jul 26, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@Inkydi3v
Copy link

every docker images i build have the same probleme

the dashboard have a 404 page not found

and in traefik it say PathPrefix("/")

entryPoint "webinsecure" doesn't exist
no valid entryPoint for this router

i did have that probleme with the previous version .

Thank you.

@Inkydi3v Inkydi3v added the bug Something isn't working label Jul 26, 2022
@meienberger
Copy link
Collaborator

Hello, thanks for opening an issue. could you describe in more details so we could possibly reproduce your issue ?

  1. Which OS are you running
  2. What is the output after sudo ./scripts/start.sh any error ?
  3. What is the output of the command sudo docker ps ?
  4. Did you make any change to the code somehow (run git status to know) ?

@Inkydi3v
Copy link
Author

Hi,

No there is no change on the code the is no error in any of the step but there is only an error with the traeffik since i can access the dashboard with the port 3000 but after when i log there is nothin in the app store and when you try with port 80 it say 404 not found i tried multiple time with new clean vm debian and ubuntu and nothing but if i use your image from you docker hub everything work fine, could you try to build a image on another server upload it to docker hub after modify th docker-compose file to the docker hub dir and tell me if it working for you. thank you

@meienberger
Copy link
Collaborator

Can you open the web console (F12) ? There should be an error there when you load the app store

@Inkydi3v
Copy link
Author

image
hi this is the error

@meienberger
Copy link
Collaborator

meienberger commented Jul 27, 2022

This seems to be an issue with your environment variables. Can you show me the results of the following commands (from the root folder of Tipi) ?

  1. sudo cat .env (hide the secrets before posting)
  2. pwd

You may encounter this issue if you are running the start script not from the root folder. The command should be exactly sudo ./scripts/start.sh and you should not cd into scripts before

@Inkydi3v
Copy link
Author

i was running the not in the root folder

sudo ./scripts/start.sh

solved the issues thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants