As someone trying to move to Drupal 8 and learn composer it's frustrating that just when you think you have something new down, the whole process is uprooted and a long tutorial about how to update everything to use the newest composer method is now on my plate.
I have an issue with creating a node via the API. I have the correct permissions setup but it seems like a glitch somewhere in the permissions. An admin can create a content but no other role can. [content type]: Can create new content permission is checked.
Error; `access denied - /node?_format=hal_json`
I am on 8.8.1 - can upgrade if the issue has been resolved in the latest releases.
I am using paragraph module to create a structure that has images in it. In one of the columns based on data from the backend I want to upload image. the backend looks as below: