HTTP 400 is supposed to be a Bad Request: The server cannot or will not process the request due to an apparent client error.
That is not the case when creating a preview - that request is valid. Thus do not throw a HTTP 400 in the background while the rest of the user activity passes anyway.
Closes T15866