Giter Site home page Giter Site logo

Comments (5)

mnapoli avatar mnapoli commented on July 17, 2024

Thanks for the report. It seems that Symfony complains that the translations directory does not exist at the root of the project (/var/task/translations -> /var/task is the projet root on AWS lambda).

Did you add the translations directory in serverless.yml? Else it will not be deployed by default. Maybe this could be added to the documentation if it's "just" that?

from bref.

nealio82 avatar nealio82 commented on July 17, 2024

The problems appears to persist, although your explanation make sense.

current serverless.yml:

service: test

provider:
  name: aws
  runtime: nodejs6.10

package:
  exclude:
    - '*'
    - '**'
  include:
    - bref.php
    - 'src/**'
    - 'vendor/**'
    - composer.json # Symfony uses it to figure out the root directory
    - 'bin/**'
    - 'config/**'
    - 'var/cache/prod/**' # We want to deploy the production caches
    - 'translations'

functions:
  # By default we create one "main" function
  main:
    handler: handler.handle
    timeout: 20 # Timeout in seconds, the default is 6 seconds
    # The function will match all HTTP URLs
    events:
      - http: 'ANY /'
      - http: 'ANY {proxy+}'
    environment:
      APP_ENV: 'prod'
      APP_DEBUG: '0'
Fatal error: Uncaught UnexpectedValueException: /var/task/translations defined in translator.paths does not exist or is not a directory in /var/task/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php:989
Stack trace:
#0 /var/task/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php(247): Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension->registerTranslatorConfiguration(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder), Object(Symfony\Component\DependencyInjection\Loader\XmlFileLoader))
#1 /var/task/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(76): Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#2 /var/task/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Com in /var/task/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php on line 989

Current content of translations/ is just .gitignore

from bref.

mnapoli avatar mnapoli commented on July 17, 2024

- 'translations' is the syntax to include a file, you will need to use - 'translations/**' to include the directory recursively.

from bref.

nealio82 avatar nealio82 commented on July 17, 2024

of course it is! (d'oh emoji)

from bref.

mnapoli avatar mnapoli commented on July 17, 2024

No worries ^^

I will be closing that issue for now, for the rest we will follow up in #39 Let me know in case there is still a problem with that directory.

from bref.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.