cljsrn

dnolen 2022-04-15T12:38:04.140409Z

Need more info never had any problems with sessions randomly ending in over a year

dnolen 2022-04-15T12:39:05.714959Z

@winkywooster I would check the source, if there's a gap feel free to open issue but I would surprised if this can't be configured

hadils 2022-04-15T18:13:57.500709Z

Thanks @dnolen I figured out my problem

hadils 2022-04-15T19:40:12.144349Z

Does anyone have a solution to sending Blob data structures from a re-frame Expo React Native app to their backend? I am reduced to using Base64 because I can’t figure out why I am not able to send Blobs in multipart forms to my server.