Skip to content

Desktop client working but mobile app not working in Mac OS Server #3899

Answered by spcraju
spcraju asked this question in Q&A
Discussion options

You must be logged in to vote

This is an issue caused by both Mac OS and application design.
The ente application doesn't upload data to minio bucket. Instead it provides URLs to which the client has to upload the files.
In my case, the server is running in Mac and I whitelisted ente server binary to accept incoming connections. But the minio server is not accessible to the mobile client because my Mac firewall is not allowing it to accept incoming connections. But for Mac client, it will work as it is an internal connection. So I tried to exempt it in the firewall settings but it too didn't worked because the minio binary is not a signed one.

Install code sign with Xcode tools then have to run this command.
codesign …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by spcraju
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant