Reactive-Resume
Reactive-Resume copied to clipboard
[Bug] Certificates without url prevent import from LinkedIn Data
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
- Navigate to the resume import section.
- Choose the option to import from LinkedIn.
- Observe that the import fails.
What browsers are you seeing the problem on?
Chrome
What template are you using?
None
Anything else?
No response