I have this problem to update a view with the views module, when making a change it shows me on the screen a chain of characters similar to a query in the database, how can I solve it
I am using Drupal 8. Since a few days every action that has a loading bar, for example my product import or updating or uninstalling modules all get stuck on 0% or waiting to initialize.
Also as seen on this screenshot: https://imgur.com/HqLbfpb, all the dropdowns are looking very weird.
Just curious about something. If I pass a node to a method, is it better to use Node or NodeInterface, and what is the difference between the two when using it like this? Example.