Handle data fetching errors in PageInfo component

Created on 19 May 2025, 2 days ago

Overview

The PageInfo component triggers the highest-level error boundary in the app if a problem while fetching data occurs. This means that the entire app becomes unusable when that happens.

This is easy to observe in 🐛 Setting URL alias without '/' prevents all article edits Active . While that issue and potential successors will ensure such error never occurs in the server, we need to account for any errors.

Proposed resolution

Display an error inside the panel that PageInfo opens if fetching the data was not successful for any reason. Ensure the app remains usable.

User interface changes

By quickly reusing the ErrorCard component we have, we can have:

📌 Task
Status

Active

Version

0.0

Component

Page builder

Created by

🇳🇱Netherlands balintbrews Amsterdam, NL

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024