Peter
Peter
If you use php as config file, you can load env variables like this: ```php
I made it work with the dev-master version.
I did some tests, and came up with the following: ``` $indexer = $tnt->createIndex('name.index'); $indexer->query('SELECT concat(\'album_\',id) as id, artist, title, year FROM albums;'); $indexer->run(); $indexer->query('SELECT concat(\'artist_\',id) as id, name FROM...
@abhipanda Thanks! saved my day!
Same issue on v3.6.6 with craft v3.4.30 ``` SEO: Failed to retrieve entry preview fail.js:4:33 r fail.js:4 update SeoField.min.js:1 update SeoField.min.js:1 calculate SeoField.min.js:1 b SeoField.min.js:1 setActiveKeyword SeoField.min.js:1 initKeywords SeoField.min.js:1 b...
I need the same functionality in a project of mine. I worked around for now by keeping track of the expanded rows myself. Depending on the tracked-rows I can choose...
I found what is causing my troubles, I am developing locally on a windows machine, and the SUB_FOLDER constant is not set correctly. In munee/config/bootstrap.php there is on line 7...
Having the same issue as [Mathias-Syversen](https://github.com/Mathias-Syversen) This feature is not working in a setup with a local development combined with a production environment where 1. the development assets are not...