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

[Bug] LinkedIn import bad UX #2037

Open
1 task done
Tasztalos69 opened this issue Sep 6, 2024 · 1 comment
Open
1 task done

[Bug] LinkedIn import bad UX #2037

Tasztalos69 opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@Tasztalos69
Copy link

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Cloud (https://rxresu.me)

Current Behavior

I may have exported the wrong set of data from LinkedIn, and tried importing it into the app. The validation succeeded, but after pressing import, I get the "Server returned an error" toast with the following text:

[
  {
    "validation": "url",
    "code": "invalid_string",
    "message": "Invalid url",
    "path": [
      "basics",
      "url",
      "href"
    ]
  }
]

No console errors are present, and strangely enough, no network requests are made.

If it's a problem with my LinkedIn .zip file (which it most likely is), then validation should not pass. Also, this error isn't returned by the server, as there has been no network communication. The error toast (only displaying half of this message) also gives no clue about what's going wrong.

Expected Behavior

Either the import succeeds, or the validation step fails, and tells me what am I missing.

Steps To Reproduce

  1. Export only "Profile" from LinkedIn
  2. Try to import it via the "LinkedIn data export" option

What browsers are you seeing the problem on?

Chrome

What template are you using?

None

Anything else?

I'm happy to send the exported .zip for inspection.

@Tasztalos69 Tasztalos69 added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Sep 6, 2024
@AMDphreak
Copy link

AMDphreak commented Sep 18, 2024

I exported only the profile/resume portion of LinkedIn and have the same problem.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

3 participants