Skip to content

Object Rename Causes 404 on Redirect #11291

@meraxes-rt

Description

@meraxes-rt

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

No one assigned

    Type

    Projects

    Status

    🔖 Planned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions