Project

General

Profile

Bug #123

Updated by Mihajlo Arsoski over 2 years ago

*Description:* 
 The app crashes consistently when attempting to log in after clicking the login button. This issue occurs when the user is browsing the app without being logged in in, and it continues to crush the crash behavior persists even after restarting the app. 

 *Steps to Reproduce:* 
 # Open the app on a mobile device. 
 # Browse through the app without logging in. 
 # Attempt to write a comment on an article. 
 # Click on the login button. 
 # Enter valid credentials. 
 # Tap on the "Log in" button. 

 *Expected Result:* 
 After providing valid login credentials and clicking on the "Log in" button the app should log in the user and allow to proceed with writing comments. 

 *Actual Result:* 
 By clicking the "Log in" button, the app crashes. Restarting the app and attempting to log in again results in the same crash behavior

Back