java.io.EOFException: null (DataInputStream.java:297) when

I have a production server with version 2.0 of Penpot, and a test server with version 2.5, I am trying to import projects from the production server to version 2.5 in tests and I get the error java.io.EOFException: null (DataInputStream.java:297).
I attach the complete error:

[2025-03-07 19:45:07.963] I app.binfile.v1 - hint=“import: started”, id=“bc5a8711-d0d3-80fe-8005-d7cd105ed8ce”
[2025-03-07 19:45:08.098] I app.binfile.v1 - hint=“import: terminated”, id=“bc5a8711-d0d3-80fe-8005-d7cd105ed8ce”, elapsed=“0.135337432s”, error?=true
[2025-03-07 19:45:08.100] W app.http.errors - hint=“io exception”
SUMMARY:
→ java.io.EOFException: null (DataInputStream.java:297)
DETAIL:
→ java.io.EOFException: null (DataInputStream.java:297)
at: java.io.DataInputStream.readUnsignedByte(DataInputStream.java:297)
java.io.DataInputStream.readByte(DataInputStream.java:275)
app.binfile.v1$read_byte_BANG_.invokeStatic(v1.clj:108)
app.binfile.v1$read_byte_BANG_.invoke(v1.clj:106)
app.binfile.v1$read_stream_BANG_.invokeStatic(v1.clj:243)
app.binfile.v1$read_stream_BANG_.invoke(v1.clj:240)
app.binfile.v1$eval53211$fn__53213.invoke(v1.clj:610)
clojure.lang.MultiFn.invoke(MultiFn.java:229)
app.binfile.v1$read_import_v1$fn__52810.invoke(v1.clj:474)
clojure.core$run_BANG_$fn__8922.invoke(core.clj:7907)
clojure.lang.PersistentVector.reduce(PersistentVector.java:418)
clojure.core$reduce.invokeStatic(core.clj:6964)
clojure.core$run_BANG_.invokeStatic(core.clj:7902)
clojure.core$run_BANG_.invoke(core.clj:7902)
app.binfile.v1$read_import_v1.invokeStatic(v1.clj:465)
app.binfile.v1$read_import_v1.invoke(v1.clj:450)
clojure.lang.AFn.applyToHelper(AFn.java:154)
clojure.lang.AFn.applyTo(AFn.java:144)
clojure.core$apply.invokeStatic(core.clj:669)
clojure.core$apply.invoke(core.clj:662)
app.db$tx_run_BANG_$fn__19017.invoke(db.clj:568)
next.jdbc.transaction$transact_STAR_.invokeStatic(transaction.clj:72)
next.jdbc.transaction$transact_STAR_.invoke(transaction.clj:51)
next.jdbc.transaction$eval18676$fn__18677.invoke(transaction.clj:152)
next.jdbc.protocols$eval16968$fn__16969$G__16959__16978.invoke(protocols.clj:58)
next.jdbc$transact.invokeStatic(jdbc.clj:424)
next.jdbc$transact.invoke(jdbc.clj:416)
app.db$tx_run_BANG_.invokeStatic(db.clj:564)
app.db$tx_run_BANG_.doInvoke(db.clj:538)
clojure.lang.RestFn.invoke(RestFn.java:428)
app.binfile.v1$eval52841$fn__52842.invoke(v1.clj:486)
clojure.lang.MultiFn.invoke(MultiFn.java:229)
app.binfile.v1$read_import_BANG_.invokeStatic(v1.clj:448)
app.binfile.v1$read_import_BANG_.invoke(v1.clj:434)
app.binfile.v1$import_files_BANG_.invokeStatic(v1.clj:730)
app.binfile.v1$import_files_BANG_.invoke(v1.clj:710)
clojure.core$partial$fn__5927.invoke(core.clj:2640)
promesa.exec$wrap_bindings$fn__13408.invoke(exec.cljc:192)
promesa.util.Supplier.get(util.cljc:27)
java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
java.lang.Thread.run(Thread.java:1583)