the-canonizer / canonizer-3.0-frontend

Frontend of canonizer3.0
3 stars 2 forks source link

Development: Multiple API calling on Topic creation #1544

Open hassaanCD opened 4 months ago

hassaanCD commented 4 months ago

As shown in attached screenshot:

Image

wahaj-hafeez commented 2 months ago

@hassaanCD ! I have verified it on development. It is working fine there. The breadcrumb API is called twice because at once we are loading the data for both the side drawer and topic detail page simultaneously.

Image

rupalichavan9860 commented 2 months ago

Verified on development server

hassaanCD commented 1 month ago

Not fixed on production

Image

wahaj-hafeez commented 2 weeks ago

@hassaanCD ! breadcrumb is called two times because we are calling It for every change regarding URL and filters. When we land on topic detail page we call breadcrumb API and then drawer is opened due to which the URL is updated and breadcrumb API is called again for the content of drawer.