rusackas commented on issue #42239: URL: https://github.com/apache/superset/issues/42239#issuecomment-5124683222
Easiest way to check: open the browser's Network tab, find the failing PUT to `/api/v1/dashboard/<id>`, and look at the request payload size plus the raw response body (not just the status). If the body isn't JSON at all, that confirms something upstream of Superset is blocking it, at which point the fix is on the proxy/gateway side (e.g. nginx `client_max_body_size`, an ALB/WAF payload limit), not in Superset. If it is Superset's own JSON 403, that's a different bug and worth a follow-up here with that response body. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
