hello, i kinda need help regarding this unit id in the API call. as you can see (refer to the screenshot) the unit id begins with this weird “\n\n” while the other normal unit ids only contain the ids. (refer to the second screenshot).
right now i can make that weird \n\n gone but the problem is when i want to finish that particular unit that has “\n\n” in its id, i can not finish that unit. and my guess is that because that “\n\n”.
things that i’ve tried are:
send the whole weird id (including the “\n\n”) to finish the unit in API call post method. but nothing happened that unit is still not finish
filtered out the “\n\n” from the weird id and post it to finish unit API call and still nothing happened that unit is still not finish.
so my questions are:
what is the trigger which generate that weird “\n\n” in unit id?
and how to change it back to normal?
and fyi that weird “\n\n” only shows up in the API call. all normal in backend and database
screeshot 1 : https://cdn.arkademi.com/asset/img/20210126112202/1.png
screenshot 2 : https://cdn.arkademi.com/asset/img/20210126112205/2.png
Please check the issue connected to the blank space or line break before the “” tag .
you need to recall which files you edited recently and check if you have left blank space or line break before the “” tag .