NFS ganesha version : 2.8.3

I can mount the directory:

alok@spillbox:src$ df -k /home/alok/cache_dir
Filesystem                        1K-blocks     Used Available Use% Mounted on
10.1.10.103:/home/alok/cache_dir/ 427548672 16504832 389255168   5% /home/alok/cache_dir
alok@spillbox:src$


 ganesha.conf entry:

EXPORT
{
        Export_Id = 12345;
        Path = "/home/alok/cache_dir";
        Pseudo = "/home/alok/cache_dir";
        Access_Type = RW;
        Squash = no_root_squash;
        FSAL {
                Name = PROXY;
                Srv_Addr = 10.1.10.103;
                Use_Privileged_Client_Port = true;
        }
}


I get :
06/01/2020 07:34:30 : epoch 5e135386 : spillbox : ganesha.nfsd-9031[main] init_export_root :EXPORT :
CRIT :Lookup failed on path, ExportId=12345 Path=/home/alok/cache_dir FSAL_ERROR=(No such file or di
rectory,2)

I am stuck.  Any clue?

-alok