AssafGolani

Results 3 comments of AssafGolani

@NoamGaash would adding a define object with reading the env variable to the vite.config.ts then reading this like this in the routes index.tsx: `const BASE_URL = import.meta.env.REACT_APP_BASE_URL || '/'; `and...

I don't get posts either. my relevant code looks like this: ``` for group in GROUP_NAMES: for post in get_posts(group=group, pages=10, options={"posts_per_page": 50, "allow_extra_requests": False}): post_text = post.get('post_text') if not...