Closed mateusnazarioc closed 1 year ago
@mateusnazarioc Are you accessing this via localhost/0.0.0.0 or did you set a domain? If you setup a domain or proxy this can commonly be a CORS issue if it is not setup in config. Let me know how you are accessing it and I should have a few options to fix it.
hey @cliffcaseyyet, thanks for the fast response. I'm acessing via localhost, just for testing.
@mateusnazarioc Assuming your lrsql.json
is in /lrssql-docker
, try modifying your -v
option to /lrssql-docker:lrsql/config
, for
docker run \
-it
-p 50000:8080
-v /lrssql-docker:lrsql/config
yetanalytics/lrsql
@invaliduser @cliffcaseyyet thanks for the response! was truly the missing part of the -v argument. Was trying fast and this error passed me by. Thanks for the fast reply and the project :)
Hello, everyone! I'm following the documentation about providing the first credentials, but I'm getting an unexpected error everytime. I'm using the following commands and json:
docker run \
-it \ -p 50000:8080 \ -v /lrssql-docker/lrsql.json \ yetanalytics/lrsql
Thanks! :)