From 66c68d238c8761c1532f85135f58f0d59fbdf490 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Mon, 11 Aug 2025 13:35:36 -0700 Subject: [PATCH] fix(app): Show ORCID general error page for orcid/unknown error route. Improve text for the error page. --- .../openneuro-app/src/scripts/errors/errorRoute.tsx | 1 + .../src/scripts/errors/orcid/general.jsx | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/packages/openneuro-app/src/scripts/errors/errorRoute.tsx b/packages/openneuro-app/src/scripts/errors/errorRoute.tsx index 96b5608539..217e7b51aa 100644 --- a/packages/openneuro-app/src/scripts/errors/errorRoute.tsx +++ b/packages/openneuro-app/src/scripts/errors/errorRoute.tsx @@ -15,6 +15,7 @@ function ErrorRoute() { } /> } /> + } /> } /> } /> diff --git a/packages/openneuro-app/src/scripts/errors/orcid/general.jsx b/packages/openneuro-app/src/scripts/errors/orcid/general.jsx index e83b7dc95b..8b8ca03c2b 100644 --- a/packages/openneuro-app/src/scripts/errors/orcid/general.jsx +++ b/packages/openneuro-app/src/scripts/errors/orcid/general.jsx @@ -3,6 +3,18 @@ import React from "react" const OrcidError = () => (

There was an issue authenticating with your ORCID account.

+

+ This may be a temporary issue, please try again later. Ensure that your + ORCID profile has one email address available to OpenNeuro following{" "} + + our documentation + {" "} + and try again. +

+

+ If this issue persists, please contact support and include the ORCID + account you're attempting to login with. +

)