Guy Sheffer
Guy Sheffer
@usmcamp0811 its not a bug, its by design. Its because of Cross-Origin Resource Sharing or (CORS). [More info here](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). The value at ``BACKEND_HOST`` defines where your origin is, and lets...
@grafixoner Illegal instruction means you are running on a machine that is not 64bit intel. Are you using a raspberrypi or something like that?
Will note there are too many septate issues in this issue. 1. People who issue is resolved please report so, and also how or which comment helped them solve it....
I think there might be a worker hanging issue. Which might be worth opening a seprate issue for. But this issue that OP @theycallmemac reported is failure on startup.
Also, @theycallmemac Is there any progress on your end? Otherwise I will close the issue. The docker image improved since Jan 4th and pulling latest might fix your issue.
@vkadam I am not sure it would work with an IP, you might need a hostname what does your browser say regarding CORS? CTRL+ALT+J in chrome and CTRL+ALT+K in Firefox
@gregbert42 You append to your ``docker-compose.yml``: ``` adminer: image: adminer restart: always ports: - 8080:8080 container_name: ownphotos-adminer links: - "ownphotos-db:db" ``` Then ``docker-compose up -d`` Then access it via port...
Still getting this, the current error is a little different: ``` Traceback (most recent call last): File "/miniconda/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute return self.cursor.execute(sql, params) psycopg2.IntegrityError: duplicate key value violates...
The main challenge on my side is that I can't see how to make automated build for arm on docker hub. It might require building an automation and pushing it...
Ok, should be something like this: https://forums.docker.com/t/automated-build-raspberry-pi-based-image-on-docker-hub/4155/7 I can try and run a build locally here and push it manually, then we can see if it works, if it does...