psychol. Posted June 21, 2023 Posted June 21, 2023 Hi. Community question. Is ips.utils.cookie.get also not working for you? I enter a value and after refreshing the page it shows me "false" when I try to fetch. I have the latest version of IPS 4.7.11 with patches installed.
Marc Posted June 21, 2023 Posted June 21, 2023 Sorry, please could you clarify here what you are trying to do?
psychol. Posted June 21, 2023 Author Posted June 21, 2023 (edited) 12 minutes ago, Marc Stridgen said: Sorry, please could you clarify here what you are trying to do? I have this code in a template <script> $(document).ready(function () { ips.utils.cookie.unset('testvar'); ips.utils.cookie.set('testvar', 'OK', true); }); </script> And when I want to call the value using ips.utils.cookie.get in the console it tells me undefined. In addition, I noticed that several of my templates stopped working and that's all after the update. Edited June 21, 2023 by psychol.
Marc Posted June 21, 2023 Posted June 21, 2023 I have moved the topic to our developer connection forum, which is better placed for questions like these. 🙂
Management Solution Matt Posted June 21, 2023 Management Solution Posted June 21, 2023 It's probably caused by the opt-in/essential cookies additions in .11. We're getting a .1 release ready to fix the outstanding issues reported.
Marc Posted June 21, 2023 Posted June 21, 2023 There has been a new release just gone out which should resolve this, if you want to test
psychol. Posted June 21, 2023 Author Posted June 21, 2023 Everything works as it should. Thank you greetings. Stuart Silvester and Marc 2
Recommended Posts