You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During service usage, the following script errors and warnings were observed in the console:
A. Warning displayed when accessing the login page: Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox.
B. Error encountered during login: GET https://codepair.yorkie.dev/auth/callback?token={TOKEN} 404 (Not Found)
C. Error occurs when navigating from the document editing page to the document list page: YORKIE E: [PP] c:"{CLIENT_KEY}" err : ConnectError: [failed_precondition] ensure attached {DOC_KEY} in client({CLIENT_KEY}): document not attached
C. Error occurs when navigating from the document editing page to the document list page: YORKIE E: [PP] c:"{CLIENT_KEY}" err : ConnectError: [failed_precondition] ensure attached {DOC_KEY} in client({CLIENT_KEY}): document not attached
Description:
During service usage, the following script errors and warnings were observed in the console:
Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox
.GET https://codepair.yorkie.dev/auth/callback?token={TOKEN} 404 (Not Found)
YORKIE E: [PP] c:"{CLIENT_KEY}" err : ConnectError: [failed_precondition] ensure attached {DOC_KEY} in client({CLIENT_KEY}): document not attached
Related to #210
Why:
It would be beneficial to investigate the root causes of each issue and check for potential errors that may arise.
The text was updated successfully, but these errors were encountered: