Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 2.06 KB

application-errors.md

File metadata and controls

63 lines (38 loc) · 2.06 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.

JavaScript reserved keywords and the window object methods and properties cannot be used as entity names. You can fix the error by assigning a new unique name to the entity.

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>

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

You can fix the error 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. You can fix the error by requesting access permission for the page from the admin/developer.