Remix.run Logo
stacktrace 8 hours ago

> API rate limit exceeded for 106.51.68.199. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

The GitHub APIs that you are using to list files are getting rate-limited in my case. If somebody else is also facing this issue, just use a VPN or something like Cloudflare Wrap to change your ip - this should fix the issue.

P.S If you are the main dev, giving an option to the visitor to sign in using Github or use a caching layer will be really helpful to make this accessible for the new user.

reverserdev 8 hours ago | parent [-]

Hey! Thank you for catching this issue and reminding me of the super naive implementation I went with. I will improve this! :)

rbanffy 6 hours ago | parent [-]

It’s often better to overlay caching and other tricks on top of naive implementations than making the implementation more complicated.