filament-demo : Notifications show old routes after serve port change

Dear all 😉
I'm facing a strange issue...

On the fresh install of filament demo git I launched
php artisan serve on port 8005

then I decided to change port to 8003

Since then all the Notifications routes show
http://127.0.0.1:8005/shop/orders/160/edit ...

no problem within product pages from the dashboard


cleared my cache on my browser (firefox, I tried
clear cache/ recharge page (also with shift), and trick on inspector Disable Cache (when toolbox is open))

php artisan cache:clear
php artisan optimize
php artisan view:clear
php artisan filament:clear-cached-components
php artisan filament:upgrade

nothing in vendor to remove

in .env
APP_URL=http://127.0.0.1:8003

I'm almost sure this is not directly related to filament rather from
cache contents or something I'm missing (noob talking here;)
because it behaves exactly the same on chromium (I launched chromium "after"
the port change so a priori not related to browser cache but the app)

Anyway just thank you guys ❤️
Was this page helpful?