reva icon indicating copy to clipboard operation
reva copied to clipboard

reva failed due to next cloud configuration.

Open shokri-navid opened this issue 2 years ago • 2 comments

I installed reva on my machine but when I run reva command inside /cmd/revad folder but I am getting this error:

http service dataprovider could not be started,: Please specify 'endpoint' in '[grpc.services.storageprovider.drivers.nextcloud]

but I have this endpoint property in my /etc/revad/revad.toml :

[grpc.services.storageprovider.drivers.nextcloud]
endpoint = "http://localhost:8002/index.php/apps/sciencemesh/"
user_layout = "{{.Username}}"

shokri-navid avatar May 02 '22 16:05 shokri-navid

Might be related to #2782 - I will dive into it next week!

michielbdejong avatar May 02 '22 19:05 michielbdejong

Testing this out with the image from https://github.com/cs3org/ocm-test-suite/tree/main/servers/revad and then docker run -it revad /bin/bash Inside the container:

cd /reva/
git pull
apt install -y golang
make deps
make build-revad
./cmd/revad/revad -c ./examples/nextcloud-integration/revad.toml

I was able to replicate the error:

"http service dataprovider could not be started,: Please specify 'endpoint' in '[grpc.services.storageprovider.drivers.nextcloud]'"

michielbdejong avatar May 11 '22 14:05 michielbdejong

Fixed / obsoleted

glpatcern avatar Dec 06 '23 10:12 glpatcern