Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix oauth login #243

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

saitamasan0220
Copy link
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

Copy link

vercel bot commented Jun 3, 2024

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