Closed kinga112 closed 3 months ago
When using the demo app, creating new demo wallet on MacOS fails.
This request is failing. The api endpoint returning null, but it is working on web. final result = await http.post(path: '/v2/users', data: data);
When adding support the MacOS, the following is required in DebugProfile.entitlements and Release.entitlements
`
When using the demo app, creating new demo wallet on MacOS fails.
This request is failing. The api endpoint returning null, but it is working on web. final result = await http.post(path: '/v2/users', data: data);