-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
closed: fixedstatus: confirmedIssue has been reproduced and confirmed as a bug.Issue has been reproduced and confirmed as a bug.type: bugSomething isn't working.Something isn't working.
Description
Issue tracker is ONLY used for reporting bugs. New feature suggestions and questions should be discussed on Community or submitted through our user feedback form.
Your issue may already be reported! Please search in the issue tracker before creating one.
Expected behavior
Invalid page names should be rejected so that they don't cause project build failures. At least a project error should be shown so that the user can diagnose the issue.
Current behavior
Even though an error message is shown, invalid page names are still saved. The project will fail to build, but no project errors are shown.
To Reproduce
Steps to reproduce the behavior:
- Create a page.
- Double click the name of the page on the page selection panel.
- Set the name to something invalid, e.g. 0HomePage (invalid because the name can't start with a digit).
- Observe the error message.
- Press enter.
- Observe that the name is saved.
- Click "Test".
- Observe that project says "Build Failed". Observe that there are no project errors in the workspace.
Context
Users encounter build failures without any guidance on what caused the failure. It prevents users from building.
Screenshots
N/A
Your environment
- Version of FlutterFlow used: N/A
- Platform (e.g. Web, MacOS Desktop): N/A
- Browser name and version: N/A
- Operating system and version (desktop or mobile): N/A
Metadata
Metadata
Assignees
Labels
closed: fixedstatus: confirmedIssue has been reproduced and confirmed as a bug.Issue has been reproduced and confirmed as a bug.type: bugSomething isn't working.Something isn't working.