Skip to content

Conversation

seratch
Copy link
Member

@seratch seratch commented Feb 15, 2025

This pull request resolves #37

Copy link
Member Author

@seratch seratch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments for reviewers


// Send a new message to a thread
export async function POST(request, { params: { threadId } }) {
export async function POST(request, { params }) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the code to resolve the error with Next.js 15


// Send a new message to a thread
export async function POST(request, { params: { threadId } }) {
export async function POST(request, { params }) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

},
"dependencies": {
"next": "14.1.4",
"next": "^15.1.7",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the team wants to lock the version to a specific one, I am happy to change this part (or you can edit before merging if it's easier for the team)

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.

Security Alert: Severity High, Next.js Vulnerabilities in Dependencies
1 participant