Cloudflare Origin SSL Certificate Expiry Date Error
Customers encounter an error when they attempt to upload Cloudflare origin Secure Sockets Layer (SSL) certificates to Acquia Source if the expiry date of the certificate is after January 19, 2038. The system incorrectly reports that these certificates expire in the year 1905.
Workaround: To bypass this limitation and successfully upload your certificates, set the certificate's expiry date to before January 19, 2038.
Adding or deleting components in and Acquia Source site does not automatically trigger a GitHub sync.
Component deletions: Deleting a component in a site does not remove it from GitHub.
Workaround: You must publish an additional change to trigger the sync. Otherwise, the next GitHub push will recreate the deleted component in the site.
Component additions: Adding a new component does not commit it to GitHub.
Workaround: You must manually click Publish, even if only global CSS is the only pending change, to push it to the repository.
Safari is currently not fully supported for editing sites.
SOC-2 compliance
Acquia Source is not SOC-2 compliant as of General Availability (GA).
Tailwind Directives
Tailwind Directives can be used in the global CSS. However, it is currently not available in the component-specific CSS.
Tailwind Square Bracket Notation
Using Tailwind's square bracket notation to generate classes on the fly with any arbitrary value is not supported when using the @apply directive for inlining utility classes when adding custom utilities.For example, this following code will not work:
Removal of components through the Component Library
An error occurs if you try to remove a component through the Component Library.
Workaround: Remove the component through the Code component panel.
Known issues and limitations
Cloudflare Origin SSL Certificate Expiry Date Error
Customers encounter an error when they attempt to upload Cloudflare origin Secure Sockets Layer (SSL) certificates to Acquia Source if the expiry date of the certificate is after January 19, 2038. The system incorrectly reports that these certificates expire in the year 1905.
Workaround: To bypass this limitation and successfully upload your certificates, set the certificate's expiry date to before January 19, 2038.
Adding or deleting components in and Acquia Source site does not automatically trigger a GitHub sync.
Component deletions: Deleting a component in a site does not remove it from GitHub.
Workaround: You must publish an additional change to trigger the sync. Otherwise, the next GitHub push will recreate the deleted component in the site.
Component additions: Adding a new component does not commit it to GitHub.
Workaround: You must manually click Publish, even if only global CSS is the only pending change, to push it to the repository.
Safari is currently not fully supported for editing sites.
SOC-2 compliance
Acquia Source is not SOC-2 compliant as of General Availability (GA).
Tailwind Directives
Tailwind Directives can be used in the global CSS. However, it is currently not available in the component-specific CSS.
Tailwind Square Bracket Notation
Using Tailwind's square bracket notation to generate classes on the fly with any arbitrary value is not supported when using the @apply directive for inlining utility classes when adding custom utilities.For example, this following code will not work: