Tiny patch fixing the 'Failed to load products' banner that would briefly appear right after login.
Fixed
- Dashboard first-fetch race — the initial
/api/productscall occasionally fired in the narrow window before React committed the auth state update post-login. Refreshing the page worked; this retries once after 500 ms so you don't need to. The real error is also now logged toconsole.errorfor future diagnosis.
Only the frontend image changed. Backend is identical to 1.1.2.
Docker images
ghcr.io/mikeknight85/pricestalker-frontend:1.1.3
ghcr.io/mikeknight85/pricestalker-backend:1.1.3 (identical to 1.1.2)