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

Custom base path doesn't work #51

Closed
elkozmon opened this issue May 28, 2020 · 0 comments
Closed

Custom base path doesn't work #51

elkozmon opened this issue May 28, 2020 · 0 comments
Milestone

Comments

@elkozmon
Copy link
Owner

@elkozmon Thanks for the quick answer!

A couple more things:

  • The instructions for the submodule(s) fail as the default is to get the via ssh. I was able to get past git submodule update --init --recursive by changing the urls in my .gitmodules to the http ones of your 2 submodules, followed by git submodule sync. Maybe it's worth adding these prior to the first instruction.

  • I was able to build the custom docker image. Then I try to run it with the same command I was using before:

docker run -d --network host -e HTTP_PORT=9000 --name rev-zoonavigator --restart unless-stopped my-zoonavigator

it starts, I'm able to reach it at <host>:9000/zoonavigator (but not at <host>:9000/zoonavigator/ with a / at the end), but then it's stuck loading the page. I only see the loading logo.

If I check the network in the browser console I see that it tries to make a request to http://93.90.193.89:9000/api/config.

Am I getting something wrong when trying to start it up or the basepath is missing somewhere (when /api/config is called)?

Originally posted by @mujina93 in #27 (comment)

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

1 participant