research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
22 stars 15 forks source link

Unnecessary requests to ORCID #1103

Closed ewan-escience closed 5 months ago

ewan-escience commented 5 months ago

On all user pages (e.g. /user/software, /user/projects), a request is made to the ORCID well known endpoint from the Next.js server. This causes navigation to these pages to be slow (as these requests usually take ~500ms) and might cause 404 pages if the request fails for some reason.