I have problems with installation.
I have configured pdcells and sites.
When I want to login I got this error:
ERROR pydio.rest.frontend Ladon blocked POST request at /frontend/session. Ladon Response: DefaultDeny:true
I did this:
make sure to clean the database (just drop the db, as you did)
remove the Pydio Cells installation folder
rm -rf /home/lxc_user/.config/pydio/
As you can see it is a lxc installation. I run the container in unpriviledged mode.
When I run cells with sudo everything works. But then I have problems with data import. So I want to resolve this initial error.
Hello,
Do you properly install then run always with the lxc_user ? If it’s working with sudo there must be some permission issue somewhere. Is the DB properly accessible to lxc_user ?
thank you for your fast reply.
I had used user pydio. DB access was successful.
I had reinstalled the complete container.
I think I had one mistake at sites configuration. The domain name had a typo.
I will try to import the data from 8 now again. I will give feedback soon. Hopefully the other errors are gone too.