We configured our server so that you can only access documents when logged in to prevent creation of anonymous pads: AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes;
Accordingly, when creating a shared link, users are asked to login to proceed. But after a user logs in (which happens quite often, as there is no "remember me" option), they are directed back to their drive and not the document they wanted to open to begin with. Experience shows, this is very confusing for some users. Any way to have Cryptpad redirect to the shared document after login?