SyntaxCore
(Mahir Labib)
March 10, 2025, 3:29am
21
The problem with your response JSON
is invaild
Incorrect Quotation Marks
The JSON uses curly quotes (“ ”
) instead of straight quotes (" "
).
JSON only supports straight quotes (" "
).
Incorrect Spaces in Timestamp
"lastRefreshAt": “2025-03-09T16: 54: 56.113Z”
contains spaces inside the timestamp.
It should be "lastRefreshAt": "2025-03-09T16:54:56.113Z"
(without spaces).
Solution
correct way of send post request
Mike_Chan
(Mike Chan.KL)
March 10, 2025, 1:56pm
23
@Still-learning
what should i put in the global json? the results that u tagged above?
Mike_Chan
(Mike Chan.KL)
March 10, 2025, 1:56pm
24
@SyntaxCore i will try out your solution
Mike_Chan:
the global json?
you are using those block when web1 got text , so pls use get responseContent in the place of global json…
Mike_Chan
(Mike Chan.KL)
March 10, 2025, 2:10pm
26
your this solution solves the error message but another new issue came up was the app says the current user not yet verified
which the current user did verified earlier.
system
(system)
Closed
April 9, 2025, 2:11pm
27
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.