Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(API): Resources for the function are being restored. #284

Open
AlbertMingXu opened this issue Apr 2, 2024 · 1 comment
Open

(API): Resources for the function are being restored. #284

AlbertMingXu opened this issue Apr 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AlbertMingXu
Copy link

Describe the bug

When you haven't logged into the Console for a certain period of time and try to access the page again, you may encounter the following error message in the Console.

Resources for the function are being restored. (Service: Lambda, Status Code: 502, Request ID: xxxxx-xxx-xxxx-xxxx-xxxxxxxx)

Expected Behavior

No error response.

Current Behavior

Return errors as the following,

Resources for the function are being restored. (Service: Lambda, Status Code: 502, Request ID: xxxxx-xxx-xxxx-xxxx-xxxxxxxx)

Reproduction Steps

If you log out of the CLO Console and do not log in again within 7 days, there is a possibility of encountering this issue when you log back into the Console.

Possible Solution

No response

Additional Information/Context

No response

Solution Version

v2.1.2

AWS Region. e.g., us-east-1

us-east-1

Other information

No response

@AlbertMingXu AlbertMingXu added the bug Something isn't working label Apr 2, 2024
@AlbertMingXu
Copy link
Author

This issue might occur due to prolonged inactivity in the Console, resulting in no API calls being made. When users log in again, it could lead to a cold start of Lambda. However, this problem does not affect user functionality. Simply refreshing the page a few times will resolve it once the Lambda functions are back to normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant