Connecting our Nordcraft-App to Xano-backend passes Nan instead of variable
yung_novalis
18 days ago
The 6 is not being properly bound to the request path. But why?
yung_novalis
18 days ago
this is our db model btw
yung_novalis
18 days ago
so everything works separately, the db call (if you enter a number), extracting the number from the url, just using both doesn't work, my only explanation is that although it says it's a number it's not a number
Andreas Møller
18 days ago
That looks very strange. Can you help me reproduce? I cant find any issue with using numbers as part of the URL
yung_novalis
18 days ago
hello! we somehow figured it out. thx tho!
Tod
18 days ago
Great job @yung_novalis! Your contribution to the Nordcraft Community just made you advance to Community Level 1! 🌲
Andreas Møller
18 days ago
Oh great! So it was not a Nordcraft problem?
NoCode ProCode
18 days ago
If you add a number in Xano URL it won’t be data type number - but a string and the internal filter will fail 🙂
Not in url as it could also be text. There are some cases where you want the 5 to be “5” and if it’s in the url it’s a string unless it’s a table reference for a DB table - depends on the setup. They should, but if you don’t do it correctly you can have it go through as a string “” 😊