Forget password reset link mail link is for localhost

Even after uploading my app on jelastic cloud, I am getting reset link to localhost in email.
Please open the following link in your browser to set a new password:
http://localhost:8080/app/reset?token=YAve9tXPpontEgHXNoL,

How to get link to my app https:sheelcompliace.com--------------------

Do I have to set some other property?

Thanks in advance.

Umesh

Hi,

Haven’t you assigned these properties?

In this regard, the component use a couple of defaults when choosing which baseUrl to use when generating reset links:

  • if the user click the Forgot password link on the main (vaadin) login window, it will use the URL obtained by concatenating the values from GlobalConfig#getWebAppUrl() and the ext.security.resetPasswordLinkWebPath property
  • if the request comes from the sendResetPasswordLink REST service method, it will use the URL in the ext.security.resetPasswordLinkPortalUrl property