walnuthq / starkflare

This tool monitors the resource usage of the StarkNet Mainnet rollup in real time, such as calldata, storage, and gas consumption. Its aim is to help take steps to further optimize the rollup.
https://starkflare.pages.dev
Apache License 2.0
5 stars 11 forks source link

The app returns an error #35

Closed mazurroman closed 4 months ago

mazurroman commented 4 months ago

CleanShot 2024-06-05 at 13 16 17@2x

jaipaljadeja commented 4 months ago

i can take a look.

melnikga commented 4 months ago

I can take this

od-hunter commented 4 months ago

Can I be assigned this issue please? Will deliver ASAP!

Shoetan commented 4 months ago

I think some vercel environment variables are missing or something to do with next-auth

jaipaljadeja commented 4 months ago

To me it seems like its not an issue with frontend, but with backend.

http://starkf-servi-1yasdoedwfh1-321738969.us-east-1.elb.amazonaws.com/rpc/get_common_data

This takes forever to load and then throws 504 Gateway Timeout Error. Which is why its taking a lot of time for website to load, as this endpoint is being fetched on server side.

mazurroman commented 4 months ago

After debating this issue internally, we will close it for now. The problem is that the load is taking a lot of time. We will need to come up with a better system to optimise the speed - will create new tasks for that at some point.