roodjong / roodjongeren

Backend, frontend and infrastructure for roodjongeren.nl
European Union Public License 1.2
4 stars 1 forks source link

/afdelingen/xxxx en /post/xxxx returns blank page: Application error #32

Open Nowa-Ammerlaan opened 2 years ago

Nowa-Ammerlaan commented 2 years ago

Wanneer je naar een niet bestaande afdeling of niet bestaande post probeert te gaan, krijg je een zwarte lege pagina in plaats van onze 404 pagina:

image

Op de dev versie heeft deze error deze traceback:

error - src/utils/backend.ts (281:42) @ fetchPost
TypeError: Cannot read properties of undefined (reading 'attributes')
279 |     }
280 |
> 281 |     return sanitise(response.data.data[0].attributes);
|                                          ^
282 | }
283 |
284 | export async function fetchConfidantsPage():Promise<ConfidantsPageContent> {