Customer
Comments
-
That makes sense. Each app only has its root directory exposed. My original suggestion would not have worked under any scenario. The alternative, I think, is to configure it as a single app. You’d...
-
Ok, so I’ve been playing around with this some more now to try to get it to work. I’ve updated to the correct version of pnpm, previously it as at version 6 while the project uses version 7. But I ...
-
@normysan If it’s necessary that all 3 frontend apps need access to the same lock file, and that that lock file has to be in root, I would try to define all of the apps in a shared applications.yam...
-
Thanks for the suggestions, Remix is actually not static but runs as a node server that does SSR with React. The apps need a shared lock file and also need to be a workspace since there is configur...
-
With the configuration I’m suggesting, each of the frontend application containers will contain anything committed to backend as a part of their filesystems. That said, builds are based on the tre...
-
Looks like PLATFORM_ROUTES and _RELATIONS are not available in the build process, so it seems there are no ways to get the URL of another application?
-
Hi @fabio-mezzogori! I assume you are trying to write to a file path that is defined in the mounts section of your application config, right? If so, it could be that you need to allocate more disk ...
-
Hi there! Yes, during the build phase PLATFORM_ROUTES is not available. This helps keep builds isolated and environment-independent. In my experience, there are two ways around the limitation. De...
-
"https://{default}/ws": type: upstream upstream: "ws-app:http" cache: enabled: false Let’s break this down. "https://{default}/ws": https:// - since you don’t have a http:/...
-
Hello @TylerMills , Thanks for your answer. Indeed, I have committed a php.ini file to my project, but this one does not contain any reference to php_xsl.dll Here it is : assert.active=off display...