NNuxt•Created by Nolan on 4/28/2024 in #❓・help Fetch + External API issue
The weird thing is that if I put a console.log after store.setUser(user);
, it displays fine but I still get the triggered catch... Is it possible that the nuxt server is trying to do the fetch since I have SSR enabled?