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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
I found that the X-Reva-Secret header missing error is raised because of two situations:
1- when the Reva version is under 1.19.0: in these versions, the NextCould manager of Reva does not add the X-Reva-Secret header to the HTTP request.
2- when X-Reva-Secret is sent from Reva side to the Nextcloud with the wrong value.
in the first case, it seems it is better to provide a hint about the Reva version.
in the second case, it seems it is better that we return another error message that indicates the wrong value.
The text was updated successfully, but these errors were encountered:
I found that the
X-Reva-Secret header missing
error is raised because of two situations:1- when the Reva version is under 1.19.0: in these versions, the NextCould manager of Reva does not add the X-Reva-Secret header to the HTTP request.
2- when X-Reva-Secret is sent from Reva side to the Nextcloud with the wrong value.
in the first case, it seems it is better to provide a hint about the Reva version.
in the second case, it seems it is better that we return another error message that indicates the wrong value.
The text was updated successfully, but these errors were encountered: