LinkStack version
4.8.6
Description
Hello, when importing a link export from one user to another user on the same instance it fails when the JSON file contains a link with "type": "vcard".
I get a "Invalid link" exception from UserController:
|
if ($validatedData->fails()) { |
Probably the validator fails for the JSON in the "link" attribute.
Details about your system
Docker on Debian
How to reproduce
Export the bookmark list from a user with a vcard-button and try to import it for another user.
Possible Solution
No response
Additional Context
No response
LinkStack version
4.8.6
Description
Hello, when importing a link export from one user to another user on the same instance it fails when the JSON file contains a link with "type": "vcard".
I get a "Invalid link" exception from UserController:
LinkStack/app/Http/Controllers/UserController.php
Line 1016 in 2dfa544
Probably the validator fails for the JSON in the "link" attribute.
Details about your system
Docker on Debian
How to reproduce
Export the bookmark list from a user with a vcard-button and try to import it for another user.
Possible Solution
No response
Additional Context
No response