Miroslav Bauer
Miroslav Bauer
Hi, I can confirm this error happening on Python 3.7 and DRF proxy 1.6 as you are trying to join string mode list with bytes. Should be encoded like in...
@redblom You're right, it also needs normalization, thanks for pointing that out. If I understood the situation correctly, there is yet no exact specification on how the provider domains should...
I just simply removed the code and pass the provider as is, as it should be a responsibility of [IsProviderAllowed](https://github.com/cs3org/reva/pull/3121/files#diff-52e4ab07056f109253b95874955420517a73b65281f985e534b7873dbb914139R171) endpoint to [normalize](https://github.com/cs3org/reva/pull/3121/files#diff-52e4ab07056f109253b95874955420517a73b65281f985e534b7873dbb914139R99-R114) value before checking
It already returns errors if domain is not found amongst mesh providers (together with input domain value) [here](https://github.com/cs3org/reva/pull/3121/files#diff-52e4ab07056f109253b95874955420517a73b65281f985e534b7873dbb914139R190), which then gets logged [here](https://github.com/cs3org/reva/blob/5eb6e708af1f7cdd4ae1f950610b0fceff96c28e/internal/http/services/ocmd/invites.go#L260), is this insufficient or something else needs...
> > I just simply removed the code and pass the provider as is, as it should be a responsibility of [IsProviderAllowed](https://github.com/cs3org/reva/pull/3121/files#diff-52e4ab07056f109253b95874955420517a73b65281f985e534b7873dbb914139R171) endpoint to [normalize](https://github.com/cs3org/reva/pull/3121/files#diff-52e4ab07056f109253b95874955420517a73b65281f985e534b7873dbb914139R99-R114) value before checking > >...
@antoonp I must admit that I'm getting kinda confused about acceptable formats of values of each different provider properties. As I understood from this PR and https://github.com/cs3org/cs3apis/pull/159#discussion_r766662560, we have to...
This might be related: https://github.com/pondersource/oc-sciencemesh/issues/19
Michiel has put a list of missing module docs that are referenced from https://developer.sciencemesh.io/docs/ here: https://github.com/cs3org/reva/issues/3532, all of which are commonly used by all IOP deployments
@mesemus is this still relevant or has been deprecated with Composition API?