mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #278] 404 when accessing frontend #263
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stravag on GitHub (Mar 12, 2020).
Original GitHub issue: https://github.com/RD17/ambar/issues/278
Hi
I setup the docker container according to the docker-compose example file on the web and all containers seem to start without issues.
But unfortunately I always get a 404 error when I want to access the frontend. I tried both: the pre-build images and also images I built myself from the published release 2.1.18.
Because of the
X-Powered-By: ExpressI assume this response comes from the node frontend and not the nginx.I can't see anything suspicuous in the container logs. Except when everything is started I see periodic calls to the frontend that (according to the log) respond with a 200, not sure what is triggering that.
Any ideas?
@sochix commented on GitHub (Mar 12, 2020):
@stravag please attach your docker-compose file
@stravag commented on GitHub (Mar 13, 2020):
@sochix commented on GitHub (Mar 24, 2020):
Frontend is on 80 port, and your curl command points to 8080
@stravag commented on GitHub (Mar 24, 2020):
🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️