this post was submitted on 12 Jul 2023
3 points (80.0% liked)
Lemmy
12541 readers
49 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't see anything wrong initially. Can you also test with something like postman? It'll allow you to control the headers etc.. that you send.
You can also compare to what I have here and see if that helps: https://github.com/marsara9/lemmy-search/blob/b6c88355aba49abca52862473650526821ee165a/server/src/api/lemmy/fetcher.rs#L123
Ah I'll try that, thanks. This is unrelated, but is it normal for my project folder for this to have 3GB, given that these are my dependencies?:
I'm quite new to rust and I realize that some languages don;t share dependencies between projects
The
target
folder may be quite large. You can look at the dependencies for my project but my end binary is only a few MB.