Shared part not found

We are adjusting the legal documents and changed the shard parts, changing the handles with shared/be to shared/fv
Now we get the following error:
Liquid error (line 33): Unknown part shared/fv_aa_data, did you mean shared/fv_general_data? include “shared/fv_aa_data”

Which is weird because we do have a shared part with the handle fv_aa_data
In the template we include this shared part with the code:
{% include "shared/fv_aa_data" %}

Hi @b.dalle ,

Thanks for reaching out to us! We have a community case related to the use of shared parts.

You might have missed the step to include the shared parts in the reconciliation via the ‘Manage shared parts’ button. It’s a necessary step in order to be able to use the shared part in a reconciliation. Can you check this?

Kind regards,

Michiel

Thank you Michiel. That was the problem indeed.