aizakhurram / SQE_JTspringBoot_Project

1 stars 0 forks source link

Admin home page error: Home Page button is not mapped #4

Closed minaalkhurram closed 10 months ago

minaalkhurram commented 11 months ago

Admin home page error: Home page button is not mapped

  1. The admin home page is not properly linked with the nav bar
  2. No explicit mapping with the admin login page
  3. Gui has problems as well

References:

https://dribbble.com/tags/admin-dashboard https://flex.nu.edu.pk/Login

Severity and Priority

usmanf07 commented 10 months ago

Too vague "Gui has problems as well" what problems? How & When do they Occur? Screenshots? Poor bug reporting format

minaalkhurram commented 10 months ago

Admin Home Page Button Issue

Steps to reproduce the bug

  1. run the project
  2. open the browser and navigate to the port where project is running
  3. login using the admin username and password
  4. click on Home Page button on the top right corner of the screen (navbar)
  5. Instead of going to home page it opens whitelabel error page

Note : this erorr occurs on all pages of admin (category page , products page and customers page )

Screenshot 1 (home page ) :

image

Screenshot 2 (error - after clicking button ) :

image

Steps to Solve the issue

  1. Go to 'adminHome.jsp'
  2. Find the navbar code segment
  3. Replace the href from '/adminhome' to 'Dashboard '
  4. Repeat steps 2-3 in 'cartProduct.jsp', 'categories.jsp', 'displayCustomers.jsp','products.jsp',,'productsAdd.jsp',,'productsUpdate.jsp'

Screenshot 1 :

image

Screenshot 2 (resolved) :

image