I have the flowjs client on localhost and then hosted the ng-flow server on cloud. Sending the file to the target of the server... Keep getting this error
sha1(): Passing null to parameter #1 ($string) of type string is deprecated"
But when I placed the server and client on same host, it works... but on different host it doesnt work and have added headers such as
I have the flowjs client on localhost and then hosted the ng-flow server on cloud. Sending the file to the target of the server... Keep getting this error
sha1(): Passing null to parameter #1 ($string) of type string is deprecated"
But when I placed the server and client on same host, it works... but on different host it doesnt work and have added headers such as
For CORS but yet its not working.
On client i have
Please what is the workable method to use this?