Custom Dashboard: Different behavior in two diffrent environments
Hi to all,
I'm working with two twins environments (VM Stage and VM Prod) in which I installed an Umbraco v8 website (Stage website is a clone of Prod website).
I created my custom dashboard for members section following the official tutorial founded [here].1.
The dashboard was made to do some operations on my custom members.
The problem is that in the Stage website all function properly but in the Prod website some actions don't work.
For example the searching duplicates action function properly only on Stage website (see result on the second attached image).
On the Prod website when I push the search button, nothing is triggered. !?$!?$
I compared all files and all code of the dashboard (in both environments) and they are identical.
I tried to execute actions in 3 different PC but I have the same result.
Can anyone help me find out what the problem may be?
Thank you in advance
This is my Custom Dashboard:
This is the result, for example, after searching duplicates members:
Custom Dashboard: Different behavior in two diffrent environments
Hi to all, I'm working with two twins environments (VM Stage and VM Prod) in which I installed an Umbraco v8 website (Stage website is a clone of Prod website).
I created my custom dashboard for members section following the official tutorial founded [here].1.
The dashboard was made to do some operations on my custom members.
The problem is that in the Stage website all function properly but in the Prod website some actions don't work.
For example the searching duplicates action function properly only on Stage website (see result on the second attached image).
On the Prod website when I push the search button, nothing is triggered. !?$!?$
I compared all files and all code of the dashboard (in both environments) and they are identical.
I tried to execute actions in 3 different PC but I have the same result.
Can anyone help me find out what the problem may be?
Thank you in advance
This is my Custom Dashboard:
This is the result, for example, after searching duplicates members:
OK I found the problem.
Umbraco still use old cached dashboard controller and not update it when I save it.
Clearing the cache directory ("~/App_Data/cache"), solved the problem.
is working on a reply...