mafiusu
mafiusu
@SamKirkland is there any news regarding the error message: Error: Timeout (control socket) I'm using sftp also and provide the param ftps for protocol. Still getting the error.
@milan-sahana I got the error message using sftp. Then I tried it with ftp and it worked fine!
Provide the following in your info.plist ``` CFBundleURLTypes CFBundleURLSchemes fb[APP_ID] FacebookAppID [APP_ID] FacebookDisplayName [APP_NAME] ```
**EDIT:** module: { rules: [{ test: /form-data/, use: loaders.null() }], }, helped me for a successful build @jmmrte thank you for the workaround. But somehow it leads to a new...