NextJS SRC to App Directory Conversion

How can I convert this nextjs app from using the SRC directory to using just the APP directory and the root folder structure if we want to use best practices for nextjs14 and beyond. GitHub Copilot: Deciding which workspace information …

Error 400: redirect_uri_mismatch

The “Error 400: redirect_uri_mismatch” error occurs when the redirect URI provided in the Google OAuth 2.0 authentication request does not match any of the authorized redirect URIs configured for your Google OAuth 2.0 Client ID. To resolve this error, you …