ReferenceErrors
internal
500 — something failed on Envie's side.
https://docs.getenvie.com/errors/internal · 500 — the request was fine; the failure is ours.
What to do
- Retry with backoff — most are transient. POSTs sent with an
Idempotency-Keyheader retry safely: within 24 hours the original result is returned rather than the work happening twice. - If it persists, contact support with the
requestIdfrom the problem document — it links straight to our traces.
Storefront note: the components degrade quietly on server errors (revert the optimistic update,
emit envie:error) — a wishlist hiccup must never take a product page down with it.