statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
3.71k stars 509 forks source link

After Save dropdown not showing options #10632

Closed mscruse closed 1 month ago

mscruse commented 1 month ago

Bug description

The options for After Save when creating / editing entries is blank. Seems to have been introduced in 5.21.0. Experiencing this on all 5.21.0 sites, but not on 5.20.0.

Screenshot 2024-08-15 at 10 31 30

How to reproduce

New install of 5.21.0. Create or edit entry. Click arrow next to Save & Publish button - no options are shown.

Logs

No response

Environment

PHP Version: 8.3.10
Composer Version: 2.7.7
Environment: local
Debug Mode: ENABLED
URL: 
Maintenance Mode: OFF
Timezone: Australia/Melbourne
Locale: en

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: null
Cache: file
Database: mysql
Logs: stack / single
Mail: smtp
Queue: sync
Session: file

Statamic
Addons: 11
Sites: 1
Stache Watcher: Enabled
Static Caching: Disabled
Version: 5.21.0 PRO

Statamic Addons
aryehraber/statamic-captcha: 1.12.1
jacksleight/statamic-bard-ipsum: 1.0.1
jacksleight/statamic-distill: 0.8.0
mitydigital/feedamic: 2.4.2
mitydigital/iconamic: 2.1.1
mitydigital/sitemapamic: 3.1.0
mitydigital/statamic-google-fonts: 2.0.0
mitydigital/statamic-scheduled-cache-invalidator: 2.0.5
mitydigital/statamic-sticky-notes: 1.0.2
mitydigital/statamic-two-factor: 2.2.1
mitydigital/supportamic: 1.1.1

Installation

Fresh statamic/statamic site via CLI

Additional details

No response

derGIDz commented 1 month ago

I have the same issue with the save and publish button after update to 5.21.0

And after logout my loginform is hidden (i can see for a few miliseconds, then it fades out). Same issue? Already tried in new private tab (all browsers and os), npm run build and php artisan clear commands

grafik

duncanmcclean commented 1 month ago

And after logout my loginform is hidden (i can see for a few miliseconds, then it fades out). Same issue? Already tried in new private tab (all browsers and os), npm run build and php artisan clear commands

@derGIDz Can you try running php artisan statamic:install?

derGIDz commented 1 month ago

And after logout my loginform is hidden (i can see for a few miliseconds, then it fades out). Same issue? Already tried in new private tab (all browsers and os), npm run build and php artisan clear commands

@derGIDz Can you try running php artisan statamic:install?

Works, thanks!