-
Notifications
You must be signed in to change notification settings - Fork 79
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
[BUG] 🐛 white screen on installing on typo3v12.4.11 #734
Comments
Error messages from the browser console would certainly be interesting. |
Thanks, I will have a look at it. Do you have some more information? PHP Version, Composer mode?, Production or Development Mode? Content Security Policy enabled or disabled? |
It's a development site at a local VM, so it's a nonproduction site.
As I am battling for weeks to get a simple form to work, with hidden fields which contain data form tt_content, I thought I give content builder a try. The content elements with DCE are quite a Succes.
In Joomla it would be ready in hours.
anyway:
PHP version 8.3.3
Composer version 2.5.1
Content Security Policy
The following features flags are currently disabled and won't be shown in this module:
* security.frontend.enforceContentSecurityPolicy
no entries available
…________________________________
From: Philipp Kuhlmay ***@***.***>
Sent: Tuesday, March 5, 2024 06:16
To: FriendsOfTYPO3/extension_builder ***@***.***>
Cc: Richard Blezer ***@***.***>; Author ***@***.***>
Subject: Re: [FriendsOfTYPO3/extension_builder] white screen on installing on typo3v12.4.11 (Issue #734)
Thanks, I will have a look at it. Do you have some more information? PHP Version, Composer mode?, Production or Development Mode? Content Security Policy enabled or disabled?
The error looks like a JavaScript error but these information could help me with debugging the error as I don't get this one.
—
Reply to this email directly, view it on GitHub<#734 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOS4S4KWJD64MJGC2O6BCLYWXHSLAVCNFSM6AAAAABEHGTXKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZYHA3TGMJTGU>.
You are receiving this because you authored the thread.
|
This could be because of the content security policy. Could you try to disable it for the backend? In the Admin-Settings under Settings -> Feature Toggle. |
I'll try that tomorrow, when I'm back in the office.Thanks allot.
-------- Oorspronkelijk bericht --------Van: Philipp Kuhlmay ***@***.***> Datum: 05-03-2024 16:55 (GMT+01:00) Aan: FriendsOfTYPO3/extension_builder ***@***.***> Cc: Richard Blezer ***@***.***>, Author ***@***.***> Onderwerp: Re: [FriendsOfTYPO3/extension_builder] white screen on installing on
typo3v12.4.11 (Issue #734)
This could be because of the content security policy. Could you try to disable it for the backend? In the Admin-Settings under Settings -> Feature Toggle.
I get a blank screen, when I enable the CSP, too. But the errors are a little bit different.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yes Succes,
when this setting is enabled, page turns blank.
Security: backend enforce content security policy
Iif on, HTTP Content-Security-Policy header will be applied for each HTTP backend request.
Default setting: Disabled
…________________________________
Van: Philipp Kuhlmay ***@***.***>
Verzonden: dinsdag 5 maart 2024 16:55
Aan: FriendsOfTYPO3/extension_builder ***@***.***>
CC: Richard Blezer ***@***.***>; Author ***@***.***>
Onderwerp: Re: [FriendsOfTYPO3/extension_builder] white screen on installing on typo3v12.4.11 (Issue #734)
This could be because of the content security policy. Could you try to disable it for the backend? In the Admin-Settings under Settings -> Feature Toggle.
I get a blank screen, when I enable the CSP, too. But the errors are a little bit different.
—
Reply to this email directly, view it on GitHub<#734 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOS4S2NOFH53G25KN6GQK3YWXTFNAVCNFSM6AAAAABEHGTXKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZZGA4TEOBVHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks for testing. The extension builder should also work, when content security policy is enabled. I think the problem occurs, when I use the wrong command for building all the JS assets with Webpack. When I compile all the assets in Development mode, it fails, when I compile them in Production mode, it works. This issue could be duplicated from #669 |
I can confirm the bug and the positive impact of the feature toggle.
|
white screen on installing extension builder onto website via composer.
TYPO3 Version 12.4.11
Extension builder v12.0.0-beta.1
The text was updated successfully, but these errors were encountered: