the-canonizer / Canonizer-Beta--Issue-Tracking

Canonizer Beta - Issue Tracking
0 stars 0 forks source link

Canon's name is not updating on the application. #1508

Open rupalichavan9860 opened 2 days ago

rupalichavan9860 commented 2 days ago

Steps to reproduce :

  1. Go to admin panel
  2. Rename any existing canon
  3. Observe canon name on the application

Expected Result : It should show updated canon name

Actual Result : As of now need to clear cache to see updated canon name

sajid315 commented 4 hours ago

@rupalichavan9860 This issue has been fixed for the ux-dev server. Following were the issues.

1- Browse page canon list was coming from redux cache and it was not updating when admin updates the canons. 2- Backend canon lisitng was coming from Redis cache that was not updating on action from admin panel.

Both of the above issue's are resolved and working on ux-dev server right now.

We need to do a hotfix to production after QA testing or need to wait until the next prod release to make it work on production.