Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
sphynxux
approved these changes
Mar 15, 2023
TentacioPro
added a commit
to TentacioPro/plane
that referenced
this pull request
Dec 28, 2025
- Add /live/ location block in edge.conf for WebSocket collaboration - Configure proper WebSocket headers (Upgrade, Connection) - Add TROUBLESHOOTING.md with detailed solutions for: - React hydration errors (makeplane#418, makeplane#423) - WebSocket connection failures - Profile picture rendering issues - API 404 errors - Performance and browser-specific issues - Document that React errors are cosmetic in production builds - Include debugging commands and monitoring recommendations
This was referenced Mar 26, 2026
codecsrayo
pushed a commit
to codecsrayo/plane
that referenced
this pull request
Apr 7, 2026
…variant - React error makeplane#418/makeplane#423: navigate() was called during render which causes SSR/CSR hydration mismatch. Moved both redirect cases (unknown provider, integration not installed) into useEffect so they run after mount only. - Button variant 'danger' does not exist in @plane/propel — changed to 'error-fill' (valid variants: error-fill, error-outline, primary, etc.) The invalid variant was crashing the MobX observer reaction on load.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: issue filter views