Search Results

All Results 55
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
session.test.cookie.support portal property
Issue Can we disable session.test.cookie.support in the portal-ext.properties file as it enables the user authentication process when an iframe is used? Environment Liferay DXP  Resolution This property is related...
Two locations to set up Password Reset Notification Templates
Issue There are 2 places in where the 'Password Reset Notification' template is present. One is in the Sign-In widget (Configuration > Set-up) and the other is in Control Panel > Instance Settings > Email. The...
No minification of clay files impacting page load response times
Issue We see more number of Clay UI related network calls in the browser network tab in clean instance of Liferay and they are not getting cached also. It has JS and CSS files which are not minified into fewer combo...
Which table saves Email User data into the database?
Issue Which database table stores the email user configuration data? Environment Liferay DXP 7.4  Resolution The PortalPreferenceValue table stores email configuration data (Instance settings->Email->Email...
Why are Tomcat's URLRewriteFilter files missing from 7.4?
Liferay Support does not recommend or endorse specific third-party products over others. The information provided about products not created by Liferay is for reference purposes only, and any implementation of these principles...
Is there a recommended Quarterly Release version to upgrade to?
Issue We want to update our project to a Quarterly Release version. Is there a recommended version? For stability, which Quarterly Release version is currently recommended? Environment Liferay DXP Quarterly Releases...
Recommended locale settings for the database
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
Minimum required IAM policies for S3
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
Info about new parameters for SamlSpIdpConnectionLocalService.addSaml and updateSaml
Issue We are upgrading our code from 7.3 to 2024Q1.7, we found a new parameter for the two following methods: 1. _samlSpIdpConnectionLocalService.addSamlSpIdpConnection() 2....
Idle Database connections in Liferay
Issue Why number of idle connections are increasing more than my connection pool size? Does Liferay clears idle connections? If not then how to clear these idle connections from Liferay? What is the...
AWS Mail configuration in Liferay with OAuth 2.0
Issue Need to configure AWS email service to Liferay with the use of OAuth 2.0 authorization. Configure SMTP with client ID/Secret instead of the use of email address and password i.e. Basic Authentication....
Migrate delta data after the Upgrade Process
Issue Our website is running and in parallel, we are performing the upgrade process with the cloned database schema. Now, we want to migrate delta data (the changed/updated data) for out-of-the-box Liferay...
Company ID assigned to a new virtual instance is too high
Issue After creating a new virtual instance, the company ID assigned to it has 14 digits. Environment Quarterly Release: 2024.Q1 Resolution The mechanism to obtain a company ID for a new virtual instance has changed...
Does the Timezone Needs to be Converted Manually When Fetching Database Entries Programmatically?
Issue We changed the default timezone by doing the following: 1. Instance settings > localization > time zone > change to eastern daylight time 2. User Account settings > preferences > display settings > change to...
Cookie consent persistence: how to check the history of responses?
Issue We have enabled Liferay's cookie consent banner for our site. Could you please guide us on where to locate the log of cookies accepted by our site visitors? Environment DXP 7.4+ Quarterly Release 2023.Q4...
Compatibility of Liferay with Spring 6.1
Issue When is Liferay going to be compatible with Spring 6.1? Environment Liferay DXP 2023.Q4.0 Resolution Spring 6.1.x also requires Jakarta EE 9+ API, which is not currently supported by DXP. The initial...
Some database tables are created per company
Issue When upgrading from 7.2 to 7.4, it seems that there are tables that appear multiple times with the only difference being the corresponding company ID. e.g., AccountEntry_x_COMPANY_ID Address_x_COMPANY_ID...
When will Java 17 be supported?
Issue I believe Java 17 is necessary for Spring 6 compatibility, and for being ready for the future of many Java libraries, I think Liferay should be compatible to Java 17 as soon as possible. Resolution We are working...
Does Liferay support Enums as Request Parameters?
Issue We have a custom module that was created using a REST Builder Template and have observed that our query parameters are not functioning correctly after setting an enum. We tried executing through both Postman and...
The Minification of JS Files are Being Downloaded as Separate Files to the Browser
Issue Whenever we deploy an NPM portlet (Angular / React), it does not do the minification of js files it has in the package.json file and rather they are downloaded as separate files to the browser which is impacting...