Open ishitamittal1210 opened 2 years ago
I was getting the same "Uncaught; dw; missing required parameter "client_id", and then re-checked the value process.env.NEXT_GOOGLE_PUBLIC_API_TOKEN in _app.ts and Sidebar.tsx. Now, that error went away, and I get a new error: "[GSI LOGGER]: The given client ID is not found"
Did anyone get 404 on upload.tsx ?
Hey @jenperez613 are you able to fix the error? And one more thing, are you able to lgoin?
Getting this same error I guess this error is due to some sanity token permission Check logs in IDE
You can solve this issue by removing older google login button from sidebar component
This code block, mentor will remove it at the end of lecture part 1
Hey @jenperez613 are you able to fix the error? And one more thing, are you able to lgoin?
I was able to fix it - had to change NEXT_GOOGLE_PUBLIC_API_TOKEN to NEXT_PUBLIC_GOOGLE_API_TOKEN and it worked.