My react app crashes on production when fetching data for showing a datatable
Hi, my react app crashes on production when fetching data for showing a datatable, not sure what could the issue be since it works locally for me, whether connecting to local backend or my hosted backend on railway. Can anybody try to help me with this please? Error in console doesnt seem useful to me
10 Replies
Project ID:
N/A
N/A
Can you send what the error on the console is? Though it may not seem useful to you, it is a very important part of being able to help you
Hi
Yes:
I have 1 doubt, I think a main difference is that im using redis service locally on my PC when testing locally, and for railway server im using redis service, which I dont know how to delete old data
like, I wanna delete all data here just to see if its that:
in my windows on my PC i go to redis cli and do redis flush all
but here idk how it is, keep in mind i started using redis like, 1 day ago
@PrivateScript are you seeing any errors in your service logs on Railway?
I already fixed the issue, no problem π , Brody helped me on other help post with another thing and turns out we also fix the issue from this help post on our way to fix the other issue π