Matteo Fogli
Matteo Fogli
this still happens if you have routes configured with sendFile: ``` app.get(CLIENT_ROUTES, function(req, res) { res.sendFile(join(DIST_FOLDER, 'browser', 'index.html')); }); ``` I tried every solution proposed above to no avail.
Hi all, sorry for this nasty bug I introduced while fixing the canonical in paginated pages. I'll take a look and revise the code so that it keeps pagination info...
I'm joining this conversation first and foremost to thank Tam + Alex (and the team that put together this **free** plugin) for all their work. It's an invaluable tool that...
Hey @bencroker, I tried your suggestion while troubleshooting a similar issue (eventually unrelated). You probably forgot to declare `$response` in your code: https://github.com/bencroker/feed-me/blob/8eb317c48bc6ca9fbe22e0f44e0c2b89251d99fe/src/helpers/AssetHelper.php#L24
no, in the end it was not related to downloading of remote assets but with their creation. I'm tracking it in #790
to everyone coming across this issue: - there is a PR ready since mid-May (#480 for v4, #481 for those still on craft 2.x) that fixes the regression while keeping...
@Baertie use the manual method per the post above: > manually patch the plugin code adopting the changes in the PR: remove the red lines in `SeoData.php` and add the...