
Lucas Jean
-
Total activity12
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes10
-
Subscriptions1
Activity overview
Latest activity by Lucas Jean-
Lucas Jean commented,
Hi Andrei, We solve this by using this call: async function getUserJsonRP() {const result = await $.ajax({url: "/api/v2/users/me.json",type: 'GET',cache: false});return result;} I hope that helps...