- 🇮🇳India das.gautam27@yahoo.com Pune
I faced a similar issue where VBO was not working properly within a block display as long as a page display was available.
It seems to be a core, where it attempts to set form['#action'] to the page display URL instead of the page where the block is placed.
https://www.drupal.org/project/drupal/issues/3396365 🐛 ViewsExposedForm has incorrect form submit URL if loaded through ajax Active
https://www.drupal.org/project/drupal/issues/3163940 🐛 Viewsform has incorrect form submit url if loaded through ajax Needs workApplying the patch from this issue https://www.drupal.org/project/drupal/issues/1874838 ✨ Allow exposed blocks to use 'Link display' settings Needs work and explicitly setting a custom URL in the block display for the views resolved the issue for us.