Hi, my app suddenly stopped working and after some digging I found that the + character in the phone number have caused it. Is it something in Toddle that have changed? If I change the + to a %2B it works but I would like the + to work so I do not have to add a replace code to the different API calls I have.
Erik Beuschau
2 months ago
Oct 8, 2024, 3:07 PM
I don't recall that we've changed anything that would affect this π€ Let me try to reproduce and get back to you. It might not be until tomorrow though
π1
GiantGuf
2 months ago
Oct 8, 2024, 5:40 PM
@Erik Beuschau I tried using Postman and got the same error so I think it might be Supabase. I have updated my app so you can close the case if you want.
π1
Erik Beuschau
2 months ago
Oct 8, 2024, 5:47 PM
Got it. Happy debugging π
StuartM
2 months ago
Oct 8, 2024, 5:50 PM
Is there a way to url encode that value? Should fix it for you without waiting on Supabase.
Have you tried to achieve this using a function in supabase? I solved many issues with functions, and considering complex query are impossible to write, it works better on functions.