Date : 07/02/2026 22:15 Status : IMPLEMENTEE Urgence : CRITIQUE - prod cassée (500 SSR) Projet : connectors-front
L'ajout de l'onglet "Info" sur la page instance a cassé le SSR Qwik :
ReferenceError: Cannot access '_l' before initialization6217ac2 à cf30aef (21:09 → 21:52) = tentatives/reverts en boucleactions/index.tsx (nouveau), [id]/index.tsx, [id]/layout.tsxb35ab8a - "fix: move suggestions above answers alerts in WebSearchTool" (20:51)
Ce commit inclut toutes les améliorations WebSearchTool de la journée qui fonctionnaient.
cd /stock_8to/33800-stack/projects/connectors-front
git revert --no-commit cf30aef 78bb65e a37c2cd bb79a33 055630c da488a6 9a296ed 6217ac2
git commit -m "revert: rollback Info tab - 8 commits causant crash SSR _l circular dependency"
Cela remet les 3 fichiers (index.tsx, layout.tsx, actions/index.tsx) à leur état b35ab8a.
git push origin main
La pipeline CI/CD rebuild l'image et smart-deploy redéploie le container.
_lactions/index.tsx (sous-route Actions)L'Info tab nécessitera une approche différente si on veut le refaire. Le problème est la restructuration en sous-routes Qwik qui crée des dépendances circulaires SSR. Mais ce n'est PAS la priorité - d'abord restaurer la prod.