Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[Bug] Certificates without url prevent import from LinkedIn Data

Open wolkenschieber opened this issue 3 months ago • 0 comments

Is there an existing issue for this?

  • [X] 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 avatar Oct 26 '24 09:10 wolkenschieber