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.
I have a problem : I exported the configuration of my local web site, specially the configuration of a paragraph which is present on my local web site and when I import on my web site dev environment the paragraph is not present. I check the configuration files of the paragraph on my local environment and I can see them. Also I check the files on my dev environment and I can see them, but after drush cim on my dev environment I didn't see the paragraph in the admin of drupal.
I am testing out Drupal after years of experience with WordPress. The strongest motivator was the performance, but without the Gutenberg module, I wouldn't have considered Drupal, so I really appreciate the hard work on this module.
When I try to write Functional test I used a drupalGet({path}) function. When I run a test and trying to access any page of site I got an error Behat\Mink\Exception\ExpectationException: Current response status code is 404, but 200 expected if I tried get access to <front> or administration pages I got correct response in result. The site is multilingual. If the problem in multilingual of the site, how will to use a properly the function drupalGet?