fastnear / fastnear-api-server-rs

23 stars 4 forks source link

bro #13

Open mikedotexe opened 1 day ago

mikedotexe commented 1 day ago

listen bro, all i'm tryna do is get a simple route to return bro

Screenshot 2024-10-02 at 3 57 39 PM

using the ./run.sh script, I'm seeing warnings but warnings are okay at this point bro, we're chill bro

Screenshot 2024-10-02 at 3 58 32 PM

…but what's not chill (bro) is the fact that it's not returning anything. it's not being a bro. but it will on another v1 route that looks identical

Screenshot 2024-10-02 at 4 01 41 PM


Starting to wonder wild and crazy things. Like is it returning "too fast" where the other ones have to do a db connection? I've tried quite a few things.

cargo clean remove lockfile rimraf target rustup update and try again

bro.

mikedotexe commented 1 day ago

here's my fork and a temporary branch for quick reproduction

https://github.com/mikedotexe/fastnear-api-server-rs/blob/542165185ca01743ae349be2779c45d387df5cb2/src/api.rs#L268C13-L286

evgenykuzyakov commented 1 day ago

You need to link a new service here: https://github.com/mikedotexe/fastnear-api-server-rs/blob/542165185ca01743ae349be2779c45d387df5cb2/src/main.rs#L66-L73

mikedotexe commented 1 day ago

🤦🏼