I am trying to use components anywhere (pro version) to pull in an Easyblog page
I have isolated the issue to the URL not being recognised. If I use the command <p>{component url="/index.php?option=com_easyblog"}</p> everything works as expected, however if the url is amended to <p>{component url="/index.php?option=com_easyblog&view=grid"}</p> the component does not display, in the page source I just get the message "The component cannot be placed because an invalid URL is given or the page timed out."
Curl loading has been turned on, extensions are up to date. This is being called from within a Joomshaper SP Pagebuilder page, but I have tried the same code within a Joomla article and it too fails in the same way. Any ideas?