David Biga
David Biga
@xaero7 @jenovateurs this is not about pagination. This when when the API is preparing the `sql` query to execute and store the models MetaData into cache. Phalcon Version: 4.0.5 Phalcon...
@jenovateurs You're referring to commenting out: ``` $container->setShared( 'modelsMetadata', function () { $backOptions = [ 'servers' => [ 0 => [ 'host' => envValue('DATA_API_MEMCACHED_HOST', '127.0.0.1'), 'port' => envValue('DATA_API_MEMCACHED_PORT', 11211), 'weight'...
@jenovateurs I disabled modelsMetadata, had to fix a DB connection issue and logged in request went through with a 200. After I re-enabled modelsMetadata, I was met with the same...