PeopleVouchDeveloper documentation

Troubleshooting

Every failure has a code. The console message carries the same words as this page, plus a link to the section. Add data-debug to the container to put the diagnosis on the page too.

PV-E100

A PeopleVouch container has no widget id.

Add data-widget="<id>" from the widget manager to the container.

PV-E101

A PeopleVouch container names a widget type that does not exist.

Use data-peoplevouch="wall", "recommendation", "collector", "rating-badge" or "verified-badge".

PV-E102

The widget was not found, or the profile is no longer public.

Check the widget id in the widget manager. A deleted widget cannot be restored.

PV-E103

The container has no width, so the widget has nowhere to render.

Give the container a width, or move it out of a hidden element.

PV-E104

embed.js was loaded more than once on this page.

Keep one script tag. Extra copies are ignored.

PV-E105

The widget did not answer in time.

Check that your Content Security Policy allows frames from peoplevouch.com.

The widget shows nothing at all

A widget with nothing published shows a neutral card. If even that is missing, the container is probably hidden or has no width — see PV-E103.