Reading view

App Platform Deployments

May 29, 07:58 UTC
Resolved - Our Engineering team has confirmed that the issue impacting build failures on App Platform has been resolved at 07:00 am UTC. All App Platform builds are now succeeding as expected. Customers who previously encountered build failures should now be able to deploy their applications without further issues.

If you continue to experience any problems, please open a ticket with our support team. Thank you for your patience, and we apologize for any inconvenience.

May 29, 01:58 UTC
Monitoring - Our Engineering team has implemented a fix to resolve the issue with build failures on App Platform. Users should see their builds deploy successfully now.

We are closely monitoring the situation, and will post an update once we've confirmed this is fully resolved.

May 29, 00:14 UTC
Investigating - Our Engineering team is currently investigating an issue with build failures on App Platform in multiple regions. Users may experience errors when attempting to build their applications, resulting in failed deployments.

Our Engineering team is working to fix the issue and will share an update once we have more details.

We apologize for the inconvenience this issue may be causing and appreciate your patience as we work to resolve it.

  •  

Came across this design system that actually makes theme customization painless (Live previews, Storybook support, Dark mode)

Hey everyone,

I was recently looking into better ways to handle theme configurations without having to hardcode everything or constantly hit refresh, and I stumbled on this walkthrough for Space DS 2.x (Space Design System).

It looks like they’ve added a really smooth live preview directly in the admin panel. You can toggle dark/light mode, swap device views, and tweak typography/colors with real-time updates—no saving and reloading required.

A huge plus for me is that it has native Storybook integration for SDC (Single Directory Components). I know getting Storybook to play nice can sometimes be a headache, but the props and dynamic slots seem to map over perfectly here. They also showed off their Lighthouse scores in the video and it's pulling a 99 on mobile, which is pretty sweet.

Anyway, I thought it was a really neat approach to bridging the gap between the admin UI and the frontend. Figured some of you might find it useful if you're building out landing pages or managing complex themes.

Here’s the walkthrough if you want to see the UI in action: YouTube Video Link

Has anyone used this (or a similar setup) in a production environment yet? Curious to hear how it scales!

submitted by /u/Familiar-Ad-2878
[link] [comments]
  •  

How do disable a module when it causes a bootstrap failure which stops drush from removing it via pm:uninstall?

Upgrading a Drupal 10.4.x installation via composer has resulted in this bootsrap error.

PHP Fatal error: Type of Drupal\shortcut_menu\ShortcutMenuLazyBuilder::$entityTypeManager must be ? Drupal\Core\Entity\EntityTypeManagerInterface (as in class Drupal\shortcut\ShortcutLazyBuilders) in /var/www/html/web/modules/contrib/shortcut_menu/src/ShortcutMenuLazyBuilder.php on line 9 

drush cr, drush cc drush upgradedb:status and drush pm:uninstall all fail because of

How can I disable it?

Can I use composer to do it, or will it be better to disable it by setting the value in the system table or some other table that disables the module?

Does the latter method work for the Drupal 10+ series?

submitted by /u/vfclists
[link] [comments]
  •  
❌