Melvin Capron
Melvin Capron
@magento run all tests
@magento run all tests
@magento run Functional Tests CE, Functional Tests EE
@magento run Functional Tests CE, Functional Tests EE, WebAPI Tests
Agree that this is way too early. Even the current deployed version by Magento (2.4.5) is not fully working with this rule. For example, check this file => https://github.com/magento/magento2/blob/2.4.5/app/code/Magento/Eav/Setup/EavSetup.php#L825 Using...
Hello! I have this issue on my side : https://adexos.sentry.io/issues/5559252313/?project=4507505661837312&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&referrer=issue-stream&statsPeriod=14d&stream_index=1  It seems to be greatly related to the issues seen here. However, I could not find one that looks...
> Thanks for the detailed issue report @MeCapron. On the prod environment you're using, it looks like the timestamp is recorded as milliseconds in OpenTelemetry and breaks our converting utility....
Here are the logs found on server side from server started to server crash : ``` 2024-06-28T16:46:30.854Z 2024-06-28T16:46:30.854Z > [email protected] start /project 2024-06-28T16:46:30.854Z > cross-env NODE_ENV=production node --import tsx/esm ./server.mjs...
> ```ts > import { startExpressServer } from "./server/express"; > import "./instrumentation.server.mjs"; > > startExpressServer(); > ``` > > Could you move `import "./instrumentation.server.mjs";` before any other imports and check...
Hello @mydea @onurtemizkan I thank you for your glad help and looking into this issue. I can say how precisely this scenario appears. After digging a bit more in the...