Hi.
I've got a problem to access repository.
I have installed the server (Debian 12, fresh install) and a client (Win11). Backup is OK but when I want to browse repository as admin and as user, I get a 403 error.
Here, the logs :
[2025-03-28 14:24:20,316][DEBUG ][10.30.3.10][nicolas.thorez][CP Server Thread-8][rdiffweb.core.librdiff] pid [4050] does not exists
[2025-03-28 14:24:20,317][ERROR ][10.30.3.10][nicolas.thorez][CP Server Thread-8][cherrypy.error.140089223937232] HTTP
Traceback (most recent call last):
File "/opt/minarca-server/lib/python3.11/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/opt/minarca-server/lib/python3.11/site-packages/cherrypy/_cprequest.py", line 718, in _do_respond
response.body = self.handler()
^^^^^^^^^^^^^^
File "/opt/minarca-server/lib/python3.11/site-packages/cherrypy/lib/encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/minarca-server/lib/python3.11/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/minarca-server/lib/python3.11/site-packages/rdiffweb/controller/page_browse.py", line 52, in default
dir_entries = repo.listdir(path)
^^^^^^^^^^^^^^^^^^
File "/opt/minarca-server/lib/python3.11/site-packages/rdiffweb/core/librdiff.py", line 1021, in listdir
raise AccessDeniedError('%s make reference outside the repository' % self._decode(path))
rdiffweb.core.librdiff.AccessDeniedError: make reference outside the repository
Can someone help me, please ?
Regards,
Nicolas THOREZ