Problem/Motivation
I'm looking to update my production site to D10, but there are two standing issues. One stems from this module, and the other from the Office Hours module.
Both suffer from a strange issue that I cannot seem to reproduce outside of my development domain.
I am getting a WSOD with no errors on-page. The only place I can produce errors are the Apache logs. They are as follows.
Trying to access the edit page directly, e.g. /node/1/edit.
[Wed Nov 29 10:09:19.663263 2023] [proxy_fcgi:error] [pid 16442:tid 47477654836992] [client {public ip}:0] Premature end of script headers: index.php
[Wed Nov 29 10:09:19.663323 2023] [proxy_fcgi:error] [pid 16442:tid 47477654836992] [client {public ip}:0] AH01070: Error parsing script headers
[Wed Nov 29 10:09:19.663329 2023] [proxy_fcgi:error] [pid 16442:tid 47477654836992] (22)Invalid argument: [client {public ip}:0] AH01075: Error dispatching request to :
Trying to access the edit page via the content panel.
[Wed Nov 29 09:42:49.584846 2023] [proxy_fcgi:error] [pid 16440:tid 47477690558208] [client {public ip}:0] Premature end of script headers: index.php, referer: https://{domain}/admin/content
[Wed Nov 29 09:42:49.584918 2023] [proxy_fcgi:error] [pid 16440:tid 47477690558208] [client {public ip}:0] AH01070: Error parsing script headers, referer: https://{domain}/admin/content
[Wed Nov 29 09:42:49.584923 2023] [proxy_fcgi:error] [pid 16440:tid 47477690558208] (22)Invalid argument: [client {public ip}:0] AH01075: Error dispatching request to : , referer: https://{domain}/admin/content
If I remove the element from the content type's form display, the error is no longer present.
I have created a node with data identical to a problem node's data and confirmed they were stored the same in the database.
At this point, I am at a loss for how to proceed. Any help would be much appreciated, as this is a production-blocking issue preventing me from updating to D10.
Steps to reproduce
Cannot reproduce outside of my D10 development environment.