YannickRe / spfx-msgraph-peoplesearch

Show and search users from your organization with an SPFx web part, through Microsoft Graph.
40 stars 33 forks source link

Live Persona Card no longer working #7

Closed SleepyBandit closed 3 years ago

SleepyBandit commented 3 years ago

Had this excellent web part up and working without issue. The live person card feature worked great and we have not done any configuration changes since.

Some point in the last week the live persona card stopped working. In the console I see a GET call to delve.office.com/api/v1/configuration/SPPeopleWebPart/en-US that is failing due to NET:: ERR_CERT_COMMON_NAME_INVALID

I don't know if that is the cause or something else. Is this still working for anyone else?

YannickRe commented 3 years ago

I'm currently not seeing any issues on the installations I have going on. My call goes out to https://loki.delve.office.com/api/v1/configuration/SPPeopleWebPart/en-US and it returns 200. As you know, this is not officially supported so the integration with the LPC can break at any point.

SleepyBandit commented 3 years ago

Sorry @YannickRe I should have looked closer. The call is going to a GCC version of Delve. https://loki.delve-gcc.office.com/api/v1/configuration/SPPeopleWebPart/en-US

When I go to that link I see the cert error while the regular delve one doesn't.

YannickRe commented 3 years ago

No worries. Do you have the same issue when the LPC is triggered from a "native" location, like a person field in SharePoint list or the standard People web part? If so, I suggest you log a ticket with Microsoft.

YannickRe commented 3 years ago

@SleepyBandit Has this been resolved for you?

SleepyBandit commented 3 years ago

@SleepyBandit Has this been resolved for you?

Yes, just got word from Microsoft earlier this week that this was a cert error on their end. Thanks for the help 👍