For now, directly in the function
await utils.project.getProject.invalidate({ project_id: projectId });
in the function for example, it seems to be executed.
@David In fact, it has not been resolved.
It seems that invalidating within onSuccess does not execute. However, there are some that are executed and I am confused.
well, The problem is solved by writing an invalidate directly after the asynchronous process, instead of "onSuccess". We do not know why "onSuccess" does not work. In some cases it works, so I am confused.