New cache not working

So I tried to convert and setup a rclone cache in replacement of my plexdrive mount and my test failed.

The mount displays nothing…

root@vader:~/.config/rclone# ls /mnt/test
root@vader:~/.config/rclone#

Mount is active though

gdriveenc2: on /mnt/test type fuse.rclone (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)

and sanitized configs for the setup

[gdrivenoenc]
type = drive
client_id =
client_secret =
token =

[gdrivecache]
type = cache
remote = gdrivenoenc:
plex_url = http://x.x.x.x:32400
plex_username =
plex_password =
chunk_size =
info_age =
chunk_total_size =

[gdriveenc2]
type = crypt
remote = gdrivecache:
filename_encryption = standard
password =
password2 =

    1. does it work directly on gdrivenoenc? ( rclone lsd gdrivenoenc: )
    1. if you change the remote on gdriveenc2 to gdrivenoenc: , is the mount working?
    1. any LOG from your mount rclone command, or “rclone lsd gdriveenc2:”