Skip to content

Feature/fix oauth login#243

Open
saitamasan0220 wants to merge 2 commits into
mainfrom
feature/fix-oauth-login
Open

Feature/fix oauth login#243
saitamasan0220 wants to merge 2 commits into
mainfrom
feature/fix-oauth-login

Conversation

@saitamasan0220

Copy link
Copy Markdown
Collaborator

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

vercel Bot commented Jun 3, 2024

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant