Force Frontend to Fetch Fresh Profile Data #212
Notifications
Total Time Spent: 1 minute
kincses
1 minute
No due date set.
Dependencies
No dependencies set.
Reference: kincses/service-finder#212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: Vue frontend used stale cache instead of fetching fresh profile data from backend /auth/me endpoint. Fix: Added onMounted with fetchUser() call in ProfileView.vue + loading spinner.
▶️ Munka megkezdve: 2026-06-05 09:00:15
✅ Munka befejezve: 2026-06-05 09:01:54
Technikai Összefoglaló:
Added onMounted with authStore.fetchUser() call in ProfileView.vue to force-fetch fresh profile data from GET /auth/me on page load. Added isPageLoading spinner to prevent null rendering during fetch. Build verified: 112 modules, 0 errors.
⏱️ Az idő rögzítve.