Yes found the issue
reason: “this happens to me due to not calling the TMPro on the Main thread”.
Google sign-in was not on the main thread and when I received the callback and try to Instantiate the popup that contains TMPro give that error**.**
sol: try Google or any other third-party sign-in or any server query on the Main thread and never call TMPro rather than the Main thread.