View Single Post
  #5  
Old 30.09.2020, 18:34
Senouy Senouy is offline
Modem User
 
Join Date: Sep 2020
Posts: 3
Default

SOLVED:
I fixed the issue by changing the the Strings to Numbers.
Instead of using
Code:
CUSTOM,
REFERRER,
ORIGIN,
CONTAINER,
CONTENT
use numbers
Code:
[0, 1, 2, 3, 4]
Happy Coding!
Reply With Quote