Hi All,We are working on Reactive web applicaion and in one of the place we are invoking a service action inside a client action . we are getting Request Failed with status 504 after triggering the client action mentioned above. However,The Service action continues its process and working as expected - which it seems like a front- end issue, Any idea what could be the reason ? This piece of codehas been working normal untill previous week and there is no infra related changes are done in recent time
we already tried Increasing the server request timeout to 180 secs ,The above error is not always the case- It works sometimes .NOTE: we are not calling any REST API's or making calls to any serverError Stack :
Hello Naren,
Under the hood, service actions are nothing more than REST APIs, that's why is totally normal they behave like one. I would say you try to increase the timeout in the service action call itself, where you are using it in your Reactive module
See if it solves your issue. Also, you could make some separate tests where you just call this action from a button to see if it also triggers same timeout issue.
Regards,Bogdan