-
Notifications
You must be signed in to change notification settings - Fork 56
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
404 #9
Comments
I'm facing the exakt same issue. |
Hmm thats weird. I just got it working with this
|
@dunderrrrrr Really? Same I tried. Still getting 404 not found :| |
Yes. Are you giving it a minute to fire up? It takes a moment for all containers to start. Any logs in |
No errors or anything in the logs no |
If you are receiving a 404 response, it is likely due to traefik not binding the domain name to your container. I would only be able to recommend what @dunderrrrrr said to do without any further information/context. Make sure your |
No luck |
Can you try doing |
|
Yeah it looks like traefik isn't binding to your container for some reason. Can you try just doing |
Tried make down and up multiple times. No change. I use the provided compose file |
Hm, not sure right now then. I just cloned the repo and filled out the .env on a new machine, went up without a problem. Can you provide your system information? |
Almalinux 8 VPS |
Okay I was able to reproduce this on a VM. Check your traefik logs, should have "unable to find ip-address for webscrape-mongo" Edit: my mongo container is not starting due to a CPU incompatibility on an Almalinux 8 VM |
I ran into that problem too using a VM in proxmox.
So I set CPU type to |
Was receiving 404 not using a VM, but on a linux machine. Couldn't figure it out so just got rid of Traefik altogether. Here's my
|
i just used "image: mongo:4.4.18" - will that be a known issue? |
Trying to start the Scraperr but just getting a 404 when trying to access localhots
Tried setting a domain as hostname in the .env aswell. No luck either, still getting a 404
The text was updated successfully, but these errors were encountered: