Hey Dynamicweb,
I have an issue with the integration, I created my own custom provider
public class CSVDestinationProvider : ConfigurableAddIn, IDestination {...}
public class CSVSourceProvider : ConfigurableAddIn, ISource {...}
public class CSVSourceReader : ISourceReader {...}
Everything is working fine on localhost and production but when I publish this on the staging server it is not working, It is worth nothing that I have multiple custom activities and they are all working on local and production enviroments but none of them are working on the staging enviroment.
To be sure that I have the current files I restored the database and all the files from prod to staging and local but I get the same result. I also added write permissions to Everyone for the Files folder because I thought I had a permissions problem but that didn't help as well.
Do you know what the problem is? If not, is there a log file anywhere or maybe a record in the database that I can look into to see what the problem is?
Thanks