Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password reset ForgotPasswordPageFullPath not working #7

Open
bpadmin opened this issue Mar 24, 2024 · 1 comment
Open

Password reset ForgotPasswordPageFullPath not working #7

bpadmin opened this issue Mar 24, 2024 · 1 comment

Comments

@bpadmin
Copy link

bpadmin commented Mar 24, 2024

lib-user-manager option for a request password reset sends a email with a reset password button. The link behind that button is in the following format:
http://localhost:28080/convertigo/projects/lib_UserManager/DisplayObjects/mobile/index.html#/ForgotPasswordPage/gN525Q7wC2QC4ymxSmekuC7HNNuGmvBTouSvmxQkrsY%3D

Is the value for ForgotPasswordPageFullPath correct? domain:port/convertigo/projects/lib_UserManager/DisplayObjects/mobile/index.html#/ForgotPasswordPage/

It renders a page saying:
"This is an unbuilt Convertigo Mobile Builder application.
Please use a Convertigo Studio to execute the MobileApplication / Application object from the current project.
Please build the application in fast / watch / prod mode by using the build button before deploying."

Screenshot 2024-03-24 085514

@opicciotto
Copy link
Contributor

opicciotto commented Apr 8, 2024

This happens when you try to access the front end part of a project when this one is not yet builded. When you install a library in your workspace the front-end is "Unbuilt" .. To build it you must launch the app by double clicking the NgxApp object. This will install module dependencies and run the visual editor. The from the editor's left toolbar you can click the Blue 'B' button to build in production mode or fast mote the front-end.

The link will then work correctly.

Please feel to to book a support session on https://calendly.com/convertigo/low-code-no-code-discussion-convertigo-clone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants