You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of integrating Plaid Link for user authentication within my Next.js 13 App Router project. However, I've run into a hurdle when attempting to adapt the API route handling from the provided Next.js example to Next.js 13. Specifically, I am encountering "405 Method Not Allowed" errors.
I would greatly appreciate it if someone could provide a brief example demonstrating the correct way to implement this using the Next.js 13 app router. Thanks.
The text was updated successfully, but these errors were encountered:
I am in the process of integrating Plaid Link for user authentication within my Next.js 13 App Router project. However, I've run into a hurdle when attempting to adapt the API route handling from the provided Next.js example to Next.js 13. Specifically, I am encountering "405 Method Not Allowed" errors.
I would greatly appreciate it if someone could provide a brief example demonstrating the correct way to implement this using the Next.js 13 app router. Thanks.
The text was updated successfully, but these errors were encountered: