- Issue created by @ady1503
- ๐ช๐ธSpain ady1503
I have found a temporary solution, enable ajax in the "frontpage" view.
And this is how the menu works and the recent content block is displayed,
but the ajax still doesn't work when editing the new node. - Status changed to Needs review
over 1 year ago 11:27am 27 June 2023 - ๐ฎ๐ณIndia Preeti.chawla
@ady1503 I have Installed Drupal version 10.1.x-dev as mentioned and tested on my local, Its working fine as expected.
Enabled Olivero theme and add menu - Dropdown menu working fine
And Recent content block also shown with no Ajax issues in both the cases LoggedIN and anonymousPlease refer screenshot
- Status changed to Postponed: needs info
over 1 year ago 11:30am 27 June 2023 - ๐ช๐ธSpain ady1503
Hello.
Could it be that the problem is in the module: Permissions by Term?
I have it activated and configured to control all the functionality of the website. Because with the admin account everything works.
Before the upgrade to drupal 10.1 everything worked.
Users have the same permissions as before the update. The strange thing is that FormStates and ajax do not work for users other than admin, and only in the Olivero theme, in the Gin theme everything works fine.
Thank you - ๐ช๐ธSpain ady1503
I found that the problem persists if both options are activated:
Bandwidth Optimization
External resources can be automatically optimized, which will reduce both the size and the number of requests to your website.Combine CSS files
Merge JavaScript files
There have been a few bug issues opened about the new CSS and JavaScript optimizations introduced in 10.1.0. First, if you have not already, try 10.1.1 as it contains a fix for one of them. Here are some of those issues:
- ๐ Add the deployment_identifier to CSS and JavaScript aggregate hashes Closed: duplicate
- ๐ 10.1 - when "Aggregate CSS files" is checked new CSS is not loaded and is missing from sites/default/files/css Closed: duplicate
- ๐ Aggregation URL hashes should be built from normalized list of libraries Fixed
- ๐ Ensure that edge caches are busted on deployments for css/js aggregates Fixed
Permissions by term has an open critical bug ๐ drupal 10.1.0 olivero theme dropdown menu not working Postponed: needs info but I don't know if that affects your site.
Are there browser console errors?
- ๐ช๐ธSpain ady1503
Hello.
I made this:
Using the rebuild script
Open settings.php (/sites/default/settings.php) in any plain text editor. Add this line to the end of the file and save it:$settings['rebuild_access'] = TRUE;
Visit http://www.example.com/core/rebuild.php in your browser (where www.example.com is your siteโs URL). After a short pause, you should be redirected to the home page of your site, and the cache should be rebuilt.
Open settings.php (/sites/default/settings.php) in a text editor. Find the line you added with $settings[rebuild_access], remove this line, and save the file.In drupal 10.1.1 and works all, and this is for #3370828: Ensure that edge caches are busted on deployments for css/js aggregates, too.
If you want delete an cache.
Thanks
- ๐จ๐ณChina marcolam
I had the same problem, after uninstalled Node Authorize Link module, problem solved.