Resolved
The pagination request in the deployment dashboard page responses with unsecure url, which causes the next pagination request to fail due to mixed content browser policy.
for the context, we are currently is still testing our new bamboo infrastructure, which the secure request goes through Azure App Gateway on port 443 then offloaded (ssl offload) to the bamboo server via 8085. not sure if this is the cause, but the base url is already set to https:// and everything else work properly so far.
Edit: Resolved
The issue is fixed after setting the tomcat/catalina scheme to `https` in the server.xml file.