Capability

Personalization

Liferay provides powerful out-of-the-box features for building and delivering personalized experiences to users. Personalization features empower you to deliver novel site experiences that differ based on defined user segments, design and execute A/B Tests, and more.

Feature
Deployment Approach
Getting the value chosen by user in a 'Select From List' field
Issue How to get the value from the options added in a 'Select From List' field? We are getting the reference (i.e. ["Option37425674"]) instead of the value chosen by the user. Environment Quarterly Release...
How to setup Kibana in Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). NOTE: Liferay Support does not recommend or endorse specific...
Create custom API applications in Liferay
Issue Is there any way to create custom API applications without code? Environment Liferay DXP 2023.Q4. Resolution Liferay has created a new application to help developers build APIs based on custom objects in a...
Hard to Manage Web Contents and Structures
Issue I want to easily find and manage all my web contents organized by structures I'm working with so that I can review them, edit them, etc. Environment Liferay DXP Quarterly Releases Resolution This has been...
If PaaS Environment Hangs after Upgrade Deployment Should we Rollback?
Issue During an update we observed an error on startup and so decided to rollback from 5.X to a 4.X version. However, when we tried to restart services the system would not recover, hanging indefinitely. Further, the...
The portal is not reindexing because the following error: "HTTP/1.1 413 Request Entity Too Large"
Issue When attempting to reindex the portal, the process fails, and the following messages are displayed in the logs: May 29 12:46:07.767 build-3886 liferay[liferay-5655d97f59-99cjk] [dxp] ERROR...
Image added via rich text editor on Wiki tool losing reference
Issue When adding an image in a rich text editor within a Wiki Page using Ctrl C + Ctrl V and then publishing that page, the image loses its reference and is no longer displayed in my content manager. Is there any way...
Adding or Editing a Web Content in an Asset Publisher does not display a success message
Issue When editing or adding a Web Content in an Asset Publisher that is on one of my Portal pages, no message is displayed to the user confirming that the action was performed or if it was successful. If this step is...
Why does my Liferay Docker container slowly accumulate memory over time and run into OutOfMemoryErrors?
Issue In some implementations of containerized Liferay Docker environments, there are reports of memory usage slowly increasing over time until an OutOfMemoryError is reached or the pod alerts trigger a kill of the pod. ...
Large Amount of Object Data within the `analyticsmessage` table.
Issue We're experiencing slow database restore times due to excessive large object data, primarily within the `analyticsmessage` table. When planning an upgrade, we've found a table with millions of...
After updating a site's friendly URL, what happens to the existing Documents & Media/Web Content that are being used?
Issue When updating a site's friendly URL, I've found that Documents & Media/Web Content that were previously assigned to the site are not being updated. The links do not update to the newly set friendly URL but...
Frontend taglib removed: 'liferay-frontend:html-vertical-card'
Issue After upgrading to 7.4+, we noticed that some frontend taglibs have been removed, such as liferay-frontend:html-vertical-card. Is there any replacement for it? Environment Upgrades to DXP 7.4+ Resolution As per...
'Backup "undefined" not found' when trying to restore a db dump in another environment
Issue I have performed a backup in one env (for example, DEV), and I want to restore it in another env (for example, PRD). When I try to do that, the result is not successful. In the logs, this error is shown: [ERROR]...
"Learn how to tailor categories to your needs." linked documentation appears in bundle
Issue After upgrading, we're seeing a message that says Learn how to tailor categories to your needs in the bundle. A link to documentation shows up in the Web Content menu and Categories Menu. Environment...
All out-of-the-box Liferay Job Schedulers stop working if one job scheduler is incorrectly configured
Issue Setting the interval to -1 for scheduled jobs is allowed by the UI, but causes an array of issues. Steps to reproduce:  Start the server and login as an administrator. Open Application Menu from top right...
Is there a way to easily add tables to fragments using the WYSIWYG Editor?
Issue Currently it is not possible to add a table from the WYSIWYG Editor toolbar in Fragments.   Environment Liferay PaaS, Saas Quarterly Releases Liferay 7.0+   Resolution We have an open story ticket for future...
Can I schedule the garbage collector to run periodically?
Issue The 'Run the garbage collector to free up memory' task can be manually executed from Control Panel > Server Administration. Does the product offer any functionality for scheduling or automating the periodic...
When logging into Dynatrace I cannot see my hosts
Issue I log in to my Dynatrace Dashboard I see the message "You have no monitored hosts"   Environment Liferay PaaS   Resolution Make sure that the tenant is correctly configured. The tenant or environmentid...
After an upgrade, some fragments get broken because JS strict mode seems to be enforced now
Issue We do not declare JS variables when developing fragments. After an upgrade, these fragments stop working properly. Environment Upgrades to the following Patch Releases: 2023.Q3.5+, 2023.Q4.1+ Upgrades to 2024.Q1...
NoSuchGroupException: No Group exists with the primary key 0 when updating a Journal Article via service API
Issue When trying to update a Journal Article (i.e., a web content) using the service API  journalArticleLocalService.updateArticle( journalArticle.getUserId(), journalArticle.getGroupId(),...