-
Notifications
You must be signed in to change notification settings - Fork 20
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
CDN to local puts the files in a non existing assets directory when using t3s_package #392
Comments
Is it a new installation? |
Yes, it’s a new installation.
|
I have set up a new composer and non-composer installation with the sitepackage. Both installations work as expected! |
I can't understand your problem. |
Thanks for your assistance. I will provide you those details soon. I will do that in a new test environment that I have to set up. Since I have this situation the last two times I set up a system this way, I think it will happen a third time too. For now:
|
I have now been able to reproduce the error! |
V12, latest t3sbootstrap 5.3.3, and using t3s_package, version 1.0.1.
The path to bootstrap.bundle.min.js becomes
"/_assets/81d415137a1f642a138f8273fcd813ac/JS/bootstrap.bundle.min.js"
but there is no directory "81d415137a1f642a138f8273fcd813ac" in the /_assets/ directory.
The files are fetched from the CDN correctly and accessible in ../../vendor/t3sbs/t3sb-package/T3SB/Resources/Public/. That's according to the documentation. It's just in the _assets directory where it goes wrong.
This is in the _assets directory:
4f615b6e6e09f9eeb87b070d64aef896 -> ../../vendor/t3sbs/t3sb-package/Resources/Public/
8cd52890f6ceed8b546f8b3e4b64a8ca -> ../../vendor/t3sbs/t3sbootstrap/Resources/Public/
Can it be that the files are in the path that starts with T3SB that causes this issue? And then, how to solve this?
Using the fileadmin or CDN, everything works as expected.
The text was updated successfully, but these errors were encountered: