You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(this is actually wrong, but it's for the purpose of triggering the bug)
InvenioRDM is then accessible on https://<PUBLIC_IP> and every api call from the frontend seems to be working (so it seems to be using SITE_API_URL from invenio.cfg`)
However, some features (e.g. Publishing a Draft) trigger some API calls that are executed against 0.0.0.0 (so ignoring what we set in invenio.cfg), obviously failing with a generic errors (because the browser is not being executed from the VM itself), while the others are against <PUBLIC_IP>.
I'm sure this also involves the main codebase and not only the cli one, but needs more investigating.
The text was updated successfully, but these errors were encountered:
Me and @carmenmarcos00 noticed a quite strange bug while trying to deploy InvenioRDM on VM on a custom host:
(this is actually wrong, but it's for the purpose of triggering the bug)
InvenioRDM is then accessible on
https://<PUBLIC_IP>
and every api call from the frontend seems to be working (so it seems to be usingSITE_API_URL
from invenio.cfg`)However, some features (e.g. Publishing a Draft) trigger some API calls that are executed against
0.0.0.0
(so ignoring what we set ininvenio.cfg
), obviously failing with a generic errors (because the browser is not being executed from the VM itself), while the others are against <PUBLIC_IP>.I'm sure this also involves the main codebase and not only the cli one, but needs more investigating.
The text was updated successfully, but these errors were encountered: