How to enable calling a child module using terragrunt?

i have a terraform module for storage account that calls another terraform module for private endpoints using the module block. When using the same code with terragrunt, terragrunt is not able to view the modules files for the private endpoint and throws error Unable to evaluate directory symlink: CreateFile …\private-endpoint: The
│ system cannot find the file specified"
How to mitigate this issue ?