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
Fix 403 on platform sync by slimming project.json payload
The full project.json can exceed the 8 KB AWS WAF body-inspection
limit when it contains DRC results. Strip drc_results, drc_input,
and oas_output before sending — the backend only needs the project
and tapeout sections. Reduces sync payload from ~45 KB to ~1.4 KB.
Made-with: Cursor
0 commit comments