-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
Description
Bug Description
When renaming an object in Settings → Data Models while on the object's Details Page, the updated name is not reflected in the redirect URL after clicking Exit Settings. This results in a 404 error since the system still tries to access the object using its old name.
Example
Go to the Details Page of any object (e.g., Pets).
Click Settings while on the object's Details Page.
Navigate to Data Models.
Rename the object (e.g., change Pet to PetDetail).
Click Exit Settings.
Observe that the redirect URL still references the old object name, leading to a 404 error.
Possible Cause
The issue appears to be caused by the Recoil state (navigationMemorisedUrl), which does not update after renaming an object.
Screencast.from.2025-03-31.11-39-00.webm
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔖 Planned