AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
25.88k stars 2.65k forks source link

[Bug] Certificates without url prevent import from LinkedIn Data #2086

Open wolkenschieber opened 3 weeks ago

wolkenschieber commented 3 weeks ago

Is there an existing issue for this?

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