Skip to content

Conversation

@yasithgwd
Copy link
Contributor

  • login and signup methods have been integrated.
  • auto redirect need to be done after the signup process.
  • working on password reset methods
    @isuruK2003 check from your side

@yasithgwd yasithgwd requested a review from isuruK2003 March 21, 2025 19:36
Copy link
Member

@isuruK2003 isuruK2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issues in the app.settings.ts file


const PORTS = {
production: 8000,
production: 8081,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be 8000


export const settings: Settings = {
export const settings = {
rebotWebsocket: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interfaces should not be removed, since this is typescript file

Comment on lines -1 to -9
/**
* App Configuration
* -----------------
* This file contains all development-level app configurations.
* Not to be confused with user-configurable app settings like theme preferences.
*
* Note:
* To connect to a local backend instead of production: Set isProduction to false
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to remove this

export const settings = {
rebotWebsocket: {
isUserVisible: false,
value: `ws://${BACKEND_URL}/ws/rebot`
Copy link
Member

@isuruK2003 isuruK2003 Mar 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 15 change affects line 20. So change it to ws://${BACKEND_DOMAIN}:${BACKEND_PORT}/ws/rebot

Comment on lines +29 to +33
login: "/login",
signupStepOne: "/signup/step-one",
signupStepTwo: "/signup/step-two",
forgotPassword: "/forget-password/",
resetPassword: "/reset-password"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to be prefixed with the port and backend url. Like login: '${BACKEND_URL}/login'

@isuruK2003
Copy link
Member

image

I tested login but its not working this time its the url is wrong, because of the issues in settings file

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

Successfully merging this pull request may close these issues.

3 participants