Johan

Results 3 comments of Johan

this did the trick for me, I think line endings are playing a role ``` const regex = /^data:image\/jpeg;base64,/ await fs.writeFile( fileCache, image.replace(regex, '').replace(/\r?\n|\r/g, ''), 'base64', ) ```

bumped everything to latest versions and having the same issue original: ["email", "facebook"] after REHYDRATE: {0: "email", 1: "facebook"} "redux-persist": "^4.8.0", "redux-persist-transform-immutable": "^4.3.0", "react": "16.0.0-alpha.6", "react-native": "^0.44.0", "immutable": "^3.8.1",

@tctrautman cant speak on actual support in the schema annotation but the real issue is the lack of custom types (i.e geography) hopefully its covered by this https://github.com/prisma/prisma/issues/446 which is...