Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.07 KB

application-errors.md

File metadata and controls

66 lines (39 loc) · 2.07 KB

Application Errors

Invalid / Empty Name Error

Click to expand

Application name can't be empty

This error indicates that the application name field has been left empty.

This error can be fixed by editing the application name field and providing a non-empty string as the application name.

Duplicate Name Error

Entity name: <name> is already being used

This error indicates that the name being assigned to the entity has been used before.

This error can be fixed by assigning a new unique name to the entity. JavaScript keywords and the window object methods and properties are not valid as entity names.

Login / Signup Errors

Click to expand

Account Already Registered Error

There is already an account registered with this email. Please sign in instead

This error indicates that the email used to sign up has already been used before.

This error can be fixed by either using a different email to signup or doing login instead of signup

Reset Password Error

No User Error

Unable to find user <email>

This error indicates that the email provided to the reset password form is not registered with Appsmith.

This error can be fixed by providing an email that has been used to register with Appsmith before. Alternatively, any new un-registered email can be used to create a new account using the sign-up option.

Page Access Error

Click to expand

Either this page doesn't exist, or you don't have access to
this page.

This message indicates one of the following:

  • The page URL is invalid. This error can be fixed by getting the correct page URL from the admin/developer.

  • The User does not have permission to access the page. This error can be fixed by requesting page access permission

    from the admin/developer.