S3 Requests Causing Timeouts in Environments Without Internet Access
Written By
Peter Schwarcz
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Legacy Article
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- We observe very long loading times (over 60 seconds) when accessing certain content management pages in the admin area, particularly:
- Editing a page in the page editor for the first time after login
- Displaying or editing user information in the control panel for the first time after login
- These delays are caused by blocking requests to resources hosted on s3.amazonaws.com, which time out due to the environment not having internet access. The specific URLs identified are:
Environment
- Liferay 2024.Q3.6
- Intranet environment without internet access
Resolution
- These requests are made to Liferay Learn to retrieve help messages displayed in the product. To stop these connections, you can configure the following property in your environment:
learn.resources.mode=off
- This configuration prevents unnecessary external resource calls, resolving the long loading times in environments without internet access.
Did this article resolve your issue ?