FSL Higher level analysis without registration with fmriprep'd data

Summary of what happened:

Registration was done by fmriprep with --output-space MNI152NLin2009cAsym. Smoothing has been done in FSL, no additional registration been done using FEAT. When I tried to run an group level analysis with the feats output from FSL, error says ‘registration has not been run for all the feat directories that you have selected for group analysis, please turn on and set up registration’.

Data has already registrated in MNI space by fmriprep. How do I fix the error in FSL?

Man thanks for your help.

Wendy

Command used (and if a helper script was used, a link to the helper script or the command generated):

PASTE CODE HERE
fmriprep \
${source_data} \
${output_data} \
participant \
--participant_label ${subject} \
--task-id stopsignal \
--output-space MNI152NLin2009cAsym \
--work-dir ${work} \
--write-graph \
--stop-on-first-crash \
--nthreads 16 \
--omp-nthreads 8 \
--mem_mb 20480 \
--notrack \
-v


Version:

FSL 6.0.7

Environment (Docker, Singularity / Apptainer, custom installation):

Data formatted according to a validatable standard? Please provide the output of the validator:

PASTE VALIDATOR OUTPUT HERE

Relevant log outputs (up to 20 lines):

PASTE LOG OUTPUT HERE

Screenshots / relevant information: