Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

Adobe API - 504 Gateway Timeout

Avatar

Level 2

The Adobe API is responding with a 504 Gateway Timeout any time a request goes over 60 seconds long. We are repeatedly getting this when trying to create report suites by duplicating an existing template report suite (a process that takes Adobe a while to complete). See the attached screenshot for a Postman example of this occurring. We just migrated from Service Account (JWT) credential to OAuth Server-to-Server credential when this started happening, not sure if that is related.

 

2024-04-23 08_35_35-Postman.jpg

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

We actually just closed the case today. We were told that Adobe engineering increased the timeout from 60 seconds to 500 seconds. I at least confirmed that we are no longer getting the timeout error when going slightly over 60 seconds now (sometimes our call completed just under 60 seconds and sometimes it went over).

View solution in original post

10 Replies

Avatar

Community Advisor and Adobe Champion

This looks like a good candidate to talk to Client Care about... they can dig a lot deeper into what is happening and hopefully find the issue a lot faster than us suggesting things to try.

 

Good Luck!

Avatar

Level 2

Yes I do have a support case going (no word yet) but thought I'd post about it too in case anyone else has experienced it before or has the issue in the future. I will report back what the support team says as well.

Avatar

Level 1

Did you have this resolved? what was the resolution?

Avatar

Correct answer by
Level 2

We actually just closed the case today. We were told that Adobe engineering increased the timeout from 60 seconds to 500 seconds. I at least confirmed that we are no longer getting the timeout error when going slightly over 60 seconds now (sometimes our call completed just under 60 seconds and sometimes it went over).

Avatar

Level 2

Adobe responded that they had addressed some issues recently but we are still experiencing the issue and requested they keep investigating.

Avatar

Level 1

Having this issue again today - 504 error.  Have tried literally everything - refreshing, clearing cache, different browsers. people working remotely also trying, IT checked firewall, people trying various devices - and submitted a zendesk ticket to Adobe but getting no response. Have not been able to access Adobe Learning Manager for more than 4 hours now, and our clients cannot get into their courses either. Can anyone help?

Avatar

Employee

Sure, here is a quick solution please correct your timeout for the website from 60 seconds to more and check again. This happens when there is a session for each user and when the session expires, this issue or error shows up. 
Thanks and regards, 
Adobe Technical Support

Avatar

Community Advisor and Adobe Champion

Hi @AshishAdobeTS, this is an interesting idea... but how can we change the timeout for a website? I didn't think that was something you could do from the client side... is this a setting in the Adobe UI?

Avatar

Employee

Hi there! Thanks for your response, So here is what you can follow to alter the site settings in terms of timeout. So many website has a fixed timeout sessions and that can be the case in Adobe Websites as well. They need some time to fetch cookies and other data from the browser to create a session. once the website is opened, it creates a a session for a limited time to gather all the data. If anything breaches the session, the server disconnects it and  situation like this occurs. 

Here is how you can alter session timeout time:
https://helpx.adobe.com/in/adobe-connect/installconfigure/configuring-session-timeout-value.html

Thank you! 


Avatar

Community Advisor and Adobe Champion

The documentation you linked to is specifically for a product called "Adobe Connect" which is a virtual conferencing software, and this software is installed on your own servers, allowing you to control local admin rights...

 

This has nothing to do with Adobe Analytics or the Adobe Analytics API servers. Not only that, the API server is fully hosted by Adobe... we don't have any sort of admin rights to change settings like timeouts.