Imported job not showing up in 5.0.1-beta

while trying to import a job from another project, it showed the import process has finished but the imported job can’t be located anywhere on the UI. Also there’s nothing listed under the “imports” sub-directory.

The Import Job action is expected read from, but not write to, imports/ (or another suitable non-job subdirectory) of the “destination” project.
May I ask:

  1. Has the exported job directory been copied or linked from the source project’s exports/jobs/ subdirectory to a subdirectory (other than a job directory) inside the “destination” project directory, such as imports/, before initiating the job import was initiated?
  2. What is the output of the command
    cryosparcm log api | grep -B 1 -A 10 import_exported_
    
    ?