klunejko
klunejko
Don't think this is necessarily related to railway. Ran into the same issue when trying to set up my dev environment locally (W10), when I wasn't in the same directory...
@xvello How would one specify the uuid using posthog-js (web)? And having a field event_id or similar, that's used to automatically deduplicate events would be incredibly useful in either case....
PHPStan is running without any issues and can also access the cache folders. The extension also launches PHPStan successfully, but returns the above error, so it never actually runs in...
Ah, didn't realize the .neon isn't used/checked at all. And looking at pro.ts (server/src/lib/phpstan/pro/pro.ts), it is indeed hardcoded to phpstan-fixer (within the tmpDir) and fails if that folder doesn't exist....
Having the same issue
Same issue with composer update. ``` "extra": { "public-dir": "web/", "symfony": { "require": "7.3.*" } }, "require": { "symfony/flex": "~2.2", "symfony/messenger": "*", }, ``` Running composer update upgraded everything to...
@andrew-demb Ah, sorry, no. Didn't post the full list since it's rather long, but flex is included with "symfony/flex": "~2.2".
Nope, flex was already installed previously.
Actually, made a mistake, that work around doesn't work either. If the index attribute is missing, the request fails: ` Incomplete or invalid key composite attributes supplied. Missing properties: "ip_addr"`....