michal_liszka → created an issue.
michal_liszka → created an issue.
michal_liszka → changed the visibility of the branch 8.x-1.x to hidden.
michal_liszka → created an issue.
michal_liszka → created an issue.
Despite applying patch #2 for Drupal 10, the problem persists when request the controller for a response via AJAX dialogs.
The first request executes correctly, and the response is accurate on the second attempt. However, the same error continues to occur:
An error occurred during the execution of the Ajax response: LoadJS
Code snippet:
<a
href="{{ url('controller_route_name') }}"
class="use-ajax"
data-dialog-options="{{ dialog_options|json_encode() }}"
data-dialog-type="modal"
data-ajax-http-method="GET"
>
michal_liszka → created an issue.
michal_liszka → created an issue.
Proposed solution
michal_liszka → created an issue.