-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public_url prefixed with http://bin/ #205
Comments
Workaround v2, because on another server the url was being prefixed with
|
I had a similar issue with a Cronjob. |
I also stumbled upon this issue, as a reference here a link to the TYPO3 core issue I created. |
This seems to be a core bug indeed. I also made a bug report for what seems to be the same issue a few months ago: https://forge.typo3.org/issues/100361 |
Hey guys,
we're using this extension in combination with solrfal and we're getting wrong
filePublicUrl
andurl
when indexing access protected file storages.This is a similar issue as #40, I guess. But we're on different versions and there's no
EXT:realurl
in the mix anymore.We've set up the file index queue as described in the manual: Misc/Index.rst#extsolrfal-support
I adjusted the patch here (#40 (comment)) to the post-domain-records world and found out that the only thing we need before creating the public URL is flushing the internal runtime cache:
Not exactly sure whether it's a EXT:fal_securedownloads or a EXT:solrfal issue but I thought I'd start the conversation here ;-)
As a workaround I've tweaked the indexing config by simply replacing the bad part of the URL:
The text was updated successfully, but these errors were encountered: