Firm-Collective / One-Accord

https://one-accord.vercel.app
4 stars 4 forks source link

Feature/fix oauth login #243

Open saitamasan0220 opened 1 month ago

saitamasan0220 commented 1 month ago

Google login works now but fetchUserId in LiveFeed.tsx doesn't

fetchUserId called by fetchAndSetUserId doesn't return anything:

export const fetchUserId = async () => {
  try {
    const response = await axios.get('/api/user/getUserId');
    return response.data.userId ?? null;
  } catch (error) {
    console.error('Failed to fetch user ID:', error);
    return '';
  }
};

so userAuth is not set

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
one-accord ❌ Failed (Inspect) Jun 3, 2024 9:27pm