Conversation
It would be nice to have a nicer error display ux for this case
BTW it seems the format is a bit off because typically here we want to include an url right? https://www.linkedin.com/in/antoine-estienne-4b633985/ doesn't fit in the regexp you set in the backend. Also a strange thing that happened is that I tried creating anew profile and it registered under the wrong address. (this isnt an issue in prod) Also I got this weird error when I try to edit (it is taken by myself, might be related to previous error. Do you get the same error locally? |
|
taking a look into it , lol I totally forgot the case, coz mine was simle fullname, what works best? sharing the entire link ? |
|
Full name is not gonna work as there are potentially a lot of duplicates. Yes pls include full url as it seems to be the standard in HR websites. |
|
works now! Can you check it on ur device now! |



Summary
Adds LinkedIn handle support to frontend profiles using the same flow as existing social profile fields.
Changes
linkedin_accountsupport to frontend profile/API types.linkedin_accountfrom backend responses through profile list/page components.https://www.linkedin.com/in/{handle}.Closes #182