Aaron Duce
Aaron Duce
facing this issue after writing a multi handler uploadHandler. ```ts const uploadRamsHandler = unstable_composeUploadHandlers( unstable_createFileUploadHandler({ maxPartSize: 25_000_000, directory: './private/rams/' }), unstable_createMemoryUploadHandler() ); const uploadAssociationsHandler = unstable_composeUploadHandlers( unstable_createFileUploadHandler({ maxPartSize: 25_000_000, directory:...
Can I nudge this? Obviously can't restore a copy of this 64k instance without this working?
Even creating brand new db with this custom configuration file -> 16k page size not 64k as set. 
Latest looks to fix it as far as I can see.. im going to close
This has been solved in the meantime by creating a full new instance of 8.0.33, copying the files from the other server to the new server data folder, and removing...
These two I believe @liekevdvoort