Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC error #3

Open
douglase opened this issue Nov 1, 2023 · 4 comments
Open

RPC error #3

douglase opened this issue Nov 1, 2023 · 4 comments

Comments

@douglase
Copy link

douglase commented Nov 1, 2023

Tried to login on mobile with UA google account

image

@douglase douglase changed the title RC error RPC error Nov 1, 2023
@stefi07
Copy link
Collaborator

stefi07 commented Nov 27, 2023

Is this still an issue? I tried logging in with UA account with Safari on an iPhone and it worked for that case.

Either way, I don't think it's a problem with the documents server itself, but to troubleshoot further, could you let me know what device & browser are you using?

@douglase
Copy link
Author

today it worked in safari on iPhone (ios 17.1.2) in a private tab, but weirdly I just see a blank white screen on the previously logged in version so it seems like i have a bad cookie

@douglase
Copy link
Author

I'm seeing a similar blank page in chrome on macos and the source is below. a fresh incognito chrome window also worked fine

:

  | <!DOCTYPE html>
-- | --
  | <html lang="en">
  |  
  | <head>
  | <meta charset="UTF-8">
  | <link rel="icon" href="/favicon.ico">
  | <meta name="viewport" content="width=device-width, initial-scale=1.0">
  | <title>Document Index</title>
  | <script type="module" crossorigin src="/assets/index-3fd86e37.js"></script>
  | <link rel="stylesheet" href="/assets/index-c3fe9b93.css">
  | </head>
  |  
  | <body>
  | <div id="app"></div>
  |  
  | </body>
  |  
  | </html>

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <link rel="icon" href="[/favicon.ico](https://teledocs.space/favicon.ico)">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document Index</title>
  <script type="module" crossorigin src="[/assets/index-3fd86e37.js](https://teledocs.space/assets/index-3fd86e37.js)"></script>
  <link rel="stylesheet" href="[/assets/index-c3fe9b93.css](https://teledocs.space/assets/index-c3fe9b93.css)">
</head>

<body>
  <div id="app"></div>
  
</body>

</html>```

@stefi07
Copy link
Collaborator

stefi07 commented Dec 15, 2023

Thank you for the details. I'm investigating.

stefi07 pushed a commit that referenced this issue Jun 18, 2024
alert #3
(https://github.com/uasal/documents_index/security/dependabot/3)

The package versions are further constrained by the EC2 server only
supporting node version 16.0.0, since the OS version hasn't been updated
from Amazon Linux 2.
Fixed API_URL for DocumentsItem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants