Skip to content

Conversation

@YuriNachos
Copy link

Fixes #11293

Summary

  • Fixed incorrect key reference in project upload error handler
  • Changed from 'message' to 'detail' to match API response structure

Test plan

  • Verified build succeeds without TypeScript errors
  • Manually tested uploading invalid JSON file
  • Confirmed error message displays correctly

Fixes langflow-ai#11293

The project upload API returns error details in the 'detail' key,
not 'message'. Updated the error handler to use the correct key.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 17, 2026

Warning

Rate limit exceeded

@YuriNachos has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 2f27401 and 5881185.

📒 Files selected for processing (1)
  • src/frontend/src/components/core/folderSidebarComponent/components/sideBarFolderButtons/index.tsx
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added community Pull Request from an external contributor bug Something isn't working labels Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working community Pull Request from an external contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect key reference for Project upload error message

1 participant