I was trying to set token with the CookieComponent I have notice that while I was setting a value "+" sign it registered as a %20. According to ascii table it is blank space. how could I fix that issue
Hi,
For now, CookieComponent isn't ready to use. Just use native document.cookie
object for your code: https://www.w3schools.com/js/js_cookies.asp.
Regards,
Keenthemes support