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] Certificates without url prevent import from LinkedIn Data #2086

Open
1 task done
wolkenschieber opened this issue Oct 26, 2024 · 1 comment
Open
1 task done
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@wolkenschieber
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

Self-Hosted

Current Behavior

When importing LinkedIn data using Certificates.csv, if there are entries without a URL, the import process fails entirely.

Following error is displayed

[
    {
        "validation": "url",
        "code": "invalid_string",
        "message": "Invalid url",
        "path": [
            "Certifications",
            177,
            "Url"
        ]
    }
]

Expected Behavior

The import process should handle entries without a URL gracefully, allowing the import to proceed by either skipping the URL field for those entries or assigning a placeholder.

Steps To Reproduce

  1. Navigate to the resume import section.
  2. Choose the option to import from LinkedIn.
  3. Observe that the import fails.

What browsers are you seeing the problem on?

Chrome

What template are you using?

None

Anything else?

No response

@wolkenschieber wolkenschieber added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Oct 26, 2024
@p0ly60n
Copy link

p0ly60n commented Jan 20, 2025

+1

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