My images are being served in an AWS S3 bucket using flysystem. Originally when I installed the Deploy suite I was having problems uploading images to any of my content types because there was an error in the Multiversion code. A patch was created and it fixed the issue.
Now after trying to deploy a node with an image I am now getting the same error message but only on the destination site. This time however, it looks like the problem is in the Relaxed Services modules. So now the nodes get transferred over but without any images. This is the error message that I receive:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "stream_wrapper.s3-files". Did you mean one of these: "stream_wrapper.public", "flysystem_stream_wrapper.s3-files"? in Drupal\Component\DependencyInjection\Container->get() (line 157 of /var/www/html/eldoradoshreveport.com/drupal/core/lib/Drupal/Component/DependencyInjection/Container.php).
Any help would be appreciated, thanx.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | incorrect_stream-2779297-4.patch | 917 bytes | jeqq |
| relaxed.jpg | 93.25 KB | chavab_1 |
Comments
Comment #2
jeqq commentedThe problem is in Replication module will fix it.
Comment #3
jeqq commentedComment #4
jeqq commentedComment #5
jeqq commentedSet the correct status.
Comment #10
jeqq commentedThe test is failing because this patch requires Multiversion dev branch. But the tests are running with alpha version.
Comment #14
jeqq commentedComment #15
chavab_1 commentedThanx @jeqq, this works for me as I'm using dev version of Multiversion.
One thing that I just noticed is that entity references don't get transferred over. Neither does the alt text from the images or the paragraphs. I know there's an issue with paragraphs since they don't have an UUID but is there a plan to fix these in the future or already a patch. I looked around for something for paragraphs, but the only thing I found was for Drupal 7.
Thanx again for your help and the great work with these modules.