Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In Drupal 8 any image field, with any image style, do not shows after node creation. The image appears in a folder on the server. And if you open this page on other browser, image works. And if you remove itok= parameter in the first browser, the image works too.
The web server has permissions to wright in the styles folder. The temp folder in the setings is "/var/www/user/data/mod-tmp"
I had to do manual import of url_alias into Mysql....
and some nodes work (those that are part of Books), and many, many nodes doesn't work.....
Nodes and Alias show the Correct URL_ALIAS, but when Node is clicked - it leads to Incorrect (old, wrong) Alias and tells - Page not Found.... but Teasers are working and showing in Views....
I've been working with Drupal since about 2012. I'll label myself as a solid "intermediate". I am currently using the MAMP environment; each site I am working on in its own folder in HTDOCS. This has worked well for me, however as I have branched into using Composer, I am seeing things like Drupal VM, Docker, Docksal, etc.