I was struggling with this issue for the last month or two. All ajax modal links, views modals, pagination - everything was broken and I was stuck on drupal 10.1.
I saw a comment here about checking for extra space before opening <?php tags but disregarded it as I didn't think that would cause any issues even if present.
After trying every patch I could find with no luck I went through every php file in the project i'm working on (over 50 custom modules) and found one .module file with 1 blank line before the opening <?php tag. After removing that extra line all ajax modals now work again.
Thanks gisle for the quick response and confirming me. I was able to add a comment fine there so all sorted.
Thanks again.
Submitted MR !30 with the new property jobLocationType.
Attaching a patch for the changes from 062bb7a1 commit.
davidmcnee → created an issue.
davidmcnee → created an issue.