Lucas Mesquita Diniz
Lucas Mesquita Diniz
When I see my server logs, there are a lot of errors like this: 2022-08-03 09:15:28,619 [Thread-6996607] ERROR i.a.console.rest.CommonRestService - java.lang.IllegalArgumentException: Text may not be null at org.apache.http.util.Args.notNull(Args.java:54) at org.apache.http.entity.mime.content.StringBody.(StringBody.java:156)...
When using the cloud formation script ([https://github.com/ant-media/Scripts/blob/master/cloudformation/antmedia-aws-autoscale-template.yaml](https://github.com/ant-media/Scripts/blob/master/cloudformation/antmedia-aws-autoscale-template.yaml)), 2 load balancers are created, one of type application and one of type classic. AWS is retiring EC2 classic on August 15th, as...
As mentioned at #140, one test is not passing. The test is: `should render success UserList` It seems to be some problem on mocking the payload ( `MockPayloadGenerator`) but I'm...