Invalid Client Function(無効なクライアント関数)エラー
Invalid Client Function
エラーは、以下の状況で発生します。
-
'<Server Action>' cannot be used in '<Client Action>' because server actions are not available in client functions.Change the 'Function' property of the action '<Client Action>' to 'No'.
関数としてマークされているクライアントアクションを同期実行する必要があり、サーバーアクションを実行できません。
クライアントアクションのFunctionプロパティを
No
に変更するか、サーバーアクションの実行を回避します。 -
'<Local Storage Aggregate>' cannot be used in '<Client Action>' because local storage is not available in client functions.Change the 'Function' property of the action '<Client Action>' to 'No'.
関数としてマークされているクライアントアクションを同期実行する必要があり、ローカルストレージAggregateを実行できません。
クライアントアクションのFunctionプロパティを
No
に変更するか、Aggregateの実行を回避します。
エラー行をダブルクリックすると、エラーのソースに直接アクセスできます。