Patricio Ascencio Aravena
Patricio Ascencio Aravena
Same problem here. I need test a payment flow, but with chromeWebSecurity I get 401 on xhr request.
> Thank you for trying to reproduce. > > I finally found where my issue was coming from. When referring to my SSM params, I was using `${ssm:/test_param~true}` (see the...
Hi everyone. There is any example to use SSM in serverless.ts? Thanks!
> Hi Frédéric, Thanks for getting back on this issue. Below is the serverless.ts and `ssm` call is in the `environment` field > > ``` > > import type {...
Hi, I tested versión 3.2.0 recently and got the same exception.
> Thanks for the report. Unfortunately it does not contain enough information for us to diagnose the problem. For example, you haven't told us what version of Spring Boot you're...
> > it seems that the issue may occur when using AbstractRoutingDataSource > > Yes, that's the problem. The `DataSource`s that your `MultiTenantDataSource` is using are not beans so the...