BO
BO
It works for me now. spring-data-r2dbc: 6.0.1; jasync-r2dbc-mysql: 2.1.12. ```java @Autowired private io.r2dbc.spi.ConnectionFactory connectionFactory; @Transactional public Mono update(List users) { String sql = "update user u set u.address=? where s.id=?";...
> Same here, we get an ERR_ALPN_NEGOTIATION_FAILED error when using with onUploadProgress to post form data to a Next.js API route. https://github.com/sindresorhus/ky/issues/733#issuecomment-3276676330
Testing Env: ky 1.13.0; Vue 3.5.22; chrome: 141 Expection: POST http://localhost:5173/api/uploadtest net::ERR_ALPN_NEGOTIATION_FAILED // code is simple const api = ky.extend({ prefixUrl: '/api/', retry: 0, }) export async function upload(url: string,...