Git Product home page Git Product logo

Comments (11)

nikophil avatar nikophil commented on June 21, 2024 2

yes, but it really not sounds like a Foundry problem: the bundle is agnostic of the app's environment.

maybe it would help if you can create a public reproducerr

from foundry.

nikophil avatar nikophil commented on June 21, 2024

hello,

shouldn't it be like this?

Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['dev' => true, 'dev_api' => true, 'test' => true]

from foundry.

ashraf-96 avatar ashraf-96 commented on June 21, 2024

Hi !
I tried it, same error shown

from foundry.

nikophil avatar nikophil commented on June 21, 2024

please provide more information:

  • full zenstruck_foundry.yaml file
  • in which environment are you working?

from foundry.

nikophil avatar nikophil commented on June 21, 2024

please provide more information:

  • full zenstruck_foundry.yaml file
  • in which environment are you working?

from foundry.

ashraf-96 avatar ashraf-96 commented on June 21, 2024

zenstruck_foundry.yaml

image

Env:
Symfony: 5.4
Docker version 20.10.21, build 20.10.21-0ubuntu1~20.04.2

from foundry.

nikophil avatar nikophil commented on June 21, 2024

seems something is missing:

when@dev_api: *dev

but the problem does not come from here I think

when I was talking about which environment I was meaning dev|test|prod|dev_api 😅

please also could you provide a full stacktrace? (add -v option to the command which creates the problem)

from foundry.

ashraf-96 avatar ashraf-96 commented on June 21, 2024

sorry about mis-understanding, I'm working on dev_api environment.
stack strace:
image

from foundry.

ashraf-96 avatar ashraf-96 commented on June 21, 2024

I want to change the environment type inside the bundle instead of changing it for the whole project, I tried to change it in .env to "dev" and it worked, I'm creating factories successfully but if I want to do it the other way around it doesn't work.

from foundry.

nikophil avatar nikophil commented on June 21, 2024

I want to change the environment type inside the bundle instead of changing it for the whole project

not sure what you mean here? why do you want to achieve this? the environment is set for the whole app, not at bundle's level.

the error is weird: it seems the app does not load Foundry's config 🤔

from foundry.

ashraf-96 avatar ashraf-96 commented on June 21, 2024

I just want the bundle to work in the dev_api environment, somewhow at the bundle's level, it's not getting the dev_api environment, it's getting dev
Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['dev' => true, 'test' => true],
and I got the error when I change it to :
Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['dev' => true, 'dev_api' => true,'test' => true],
Did you get what I mean ?

from foundry.

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.