Hi !
I think I am not using some features of Construct 3 correctly.
I would like to check the status of an HTTP request and react based on the HTTP return code of my request.
Here, I expect that if I get an HTTP return code 200, the program will open the "Scene page" layout, and if the return code is HTTP 401, it will erase the token entry from LocalStorage.
Unfortunately, this is not working.
I have used Text objects for debugging and locating where the problem is, and I realized that it is the condition 5 AJAX - On "getUser" completed that is never executed, even though the tag is perfectly placed on condition 3.
Do you have any idea, please, because I admit that I am stuck here?
Thank you in advance,
Frederic