Kirill Zaytsev

Results 14 comments of Kirill Zaytsev

Hello! Got this bug on phpunit 8.5.0, php 7.4 ``` PHP Fatal error: Uncaught Exception: Serialization of 'ReflectionClass' is not allowed in /var/www/crm/vendor/phpunit/phpunit/src/Framework/TestCase. php:772 Stack trace: #0 /var/www/crm/vendor/phpunit/phpunit/src/Framework/TestCase.php(772): ser ialize(Array)...

@2heal1 Is this part required: `publicPath: 'http://localhost:8080/public/build-legacy/'` `buildNext: 'buildNext@http://localhost:8080/build-next/mf-manifest.json',` ? In my app when I build it for production, all files and pages are served by the same NGINX server...

@2heal1 Thanks for the reply! I'll check the solution as soon as possible.

@2heal1 That works, but now I have a question. As I understand, mf-manifest is loaded via a network to get info about a federated module. I noticed there is no...

@alexander-akait yes, if there is no solution for caching.

I need to port it to PHP first 😅

@2heal1 this is the only solution?

@ScriptedAlchemy, 1. In short, I expect that if my sync build relies on an eager shared module and it is available, it will consume the module immediately, even if there...

@alexander-akait From the original discussion: > I have trouble with the autotest step, not sure where I need to place them and where I can find existing tests for the...