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
I have other containers running, notably a heimdell landing page which takes precedence. I tried running docker run --rm -p 9898:80 -v ~/.gerev/storage:/opt/storage gerev/gerev and whilst this worked with showing the webpage, it did not allow me to add data sources. Switching from -p 9898:80 to -p 80:80 solved this issue. From the looks of it, it seems to be a CORS issue.
The text was updated successfully, but these errors were encountered:
I have other containers running, notably a heimdell landing page which takes precedence. I tried running
docker run --rm -p 9898:80 -v ~/.gerev/storage:/opt/storage gerev/gerev
and whilst this worked with showing the webpage, it did not allow me to add data sources. Switching from-p 9898:80
to-p 80:80
solved this issue. From the looks of it, it seems to be a CORS issue.The text was updated successfully, but these errors were encountered: