-
Notifications
You must be signed in to change notification settings - Fork 43
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
Visiting 127.0.0.1:5000 results in connection reset #296
Labels
bug
Something isn't working
Comments
Are you trying to serve on a custom host? This may be related to #202 |
Hello, there is an issue with the v0.9 release: I've used the following steps to setup InvenioRDM: pipenv shell --python python3.9
pipenv install invenio-cli
invenio-cli init rdm -c v9.0
cd my-site/
invenio-cli containers start --lock --build --setup The container which is supposed to render the website throws following exception on visit:
Version v8.0 does not have this issue. |
Issue seems to be resolved in v9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying the local install (option 2) as explained here, I get no error when running
invenio-cli run
.When I visit 127.0.0.1 in Firefox or Chromium it only and always gives me "The connection was reset."
I am running Ubuntu 20.04, Python3.8 and Node 14.
Steps to Reproduce
Setup everything following the guide, using the Local Install option. Then run
invenio-cli run
.Expected behavior
Invenio site is accessible at 127.0.0.1:5000
The text was updated successfully, but these errors were encountered: