Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Nowa-Ammerlaan opened this issue Jun 29, 2022 · 1 comment

Comments

@Nowa-Ammerlaan
Copy link
Member

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> {
rafaelklaessen added a commit to rafaelklaessen/roodjongeren that referenced this issue Jan 2, 2025
@rafaelklaessen
Copy link

Fix voorgesteld in: rafaelklaessen#3, zie graag een review tegenmoet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants