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

Can't Login #105

Open
gil00pita opened this issue Jun 16, 2019 · 1 comment
Open

Can't Login #105

gil00pita opened this issue Jun 16, 2019 · 1 comment

Comments

@gil00pita
Copy link

Hi guys, I am excited to try Ownphotos as docker container but when I try to login I am getting this error.
TypeError: Cannot read property 'status' of undefined at http://10.20.30.23:8154/static/js/bundle.js:259704:22

TypeError: Cannot read property 'status' of undefined
    at http://10.20.30.23:8154/static/js/bundle.js:259704:22

Could anybody help me with this?

@malbert911
Copy link

Hey, I had the same error as you.
Presuming you are accessing the frontend at http://10.20.30.23:8154, it is trying to access your backend at localhost:3000

You might want to have a look at the BACKEND_HOST variable in the docker_compose.yml and change it to whatever you are externally accessing the frontend at. most likely 10.20.30.23:8154 in your case.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants