Hi,
Im using docker version of FusionAuth version 1.47.1
I can create/edit users and applications but not api key(s) as it cause error:
fusionauth-fusionauth-1  | 2023-10-20 05:22:45.357 AM ERROR io.fusionauth.http.server.HTTPServerThread - An exception was thrown during processing
fusionauth-fusionauth-1  | java.lang.IllegalStateException: A buffer overflow is not expected during an unwrap operation. This occurs because the preamble or body buffers are too small. Increase their sizes to avoid this issue.
fusionauth-fusionauth-1  |      at io.fusionauth.http.server.HTTPS11Processor.read(HTTPS11Processor.java:191)
fusionauth-fusionauth-1  |      at io.fusionauth.http.server.HTTPServerThread.read(HTTPServerThread.java:298)
fusionauth-fusionauth-1  |      at io.fusionauth.http.server.HTTPServerThread.run(HTTPServerThread.java:169)
At first I used .env file from repo .env, then increased memory for app to
FUSIONAUTH_APP_MEMORY=1024M
but this didn't help.
Here is screen of docker stats with running fusionauth:
CONTAINER ID   NAME                      CPU %     MEM USAGE / LIMIT     MEM %     NET I/O           BLOCK I/O         PIDS
f8fd1d7a3dda   fusionauth-fusionauth-1   0.18%     907MiB / 3.812GiB     23.23%    6.26MB / 1.45MB   819kB / 1.57MB    121
8e757ef046f1   fusionauth-search-1       0.39%     830.2MiB / 3.812GiB   21.27%    12.8kB / 9.97kB   2.27MB / 88.8MB   67
867feb08bc18   fusionauth-db-1           0.19%     42.66MiB / 3.812GiB   1.09%     1.11MB / 6.06MB   7.89MB / 3.51MB   18
Any way to prevent this issue?