GGT_FRONTEND_BOOT_ERROR

Hi! In my local, I tried to install the react-cookie package using yarn add; however, after installation, I am seeing type errors. I tried to uninstall it, but the red underlines are not disappearing, and so I tried the reset node_modules folder option in the Gadget online editor, but I got the error in the image.
No description
6 Replies
Charles13
Charles13OP4w ago
Trace id: f5cf84862b75678e9d753a87a4176824 Thank you! When I try to sign-in to my web-app it redirects me to sign-in page again So I tried to stash the changes I made and revert to the state where I remember everything was still working, but the type errors are still showing, and I cannot sign-in properly After trying to revert the app to its working state and still experiencing the issue, I tried to clone it. Initially, it worked for 10 minutes, but then I encountered type errors again, and the same thing happened. Please help. Thank you!
Chocci_Milk
Chocci_Milk4w ago
I've just tried loading your application and all looks fine. Are you still getting the error on your end?
Charles13
Charles13OP4w ago
I haven't rechecked it. I created a new app instead and carefully copied everything so I won't get the same error in my broken app. Now, my problem is that there are files for which, when I edit them on my local machine while the sync is running, the updates are not being reflected in the online editor. I have also experienced that sync issue on the broken app, but I was ignoring it Maybe that is a bug? Also, when I tried to include the relationship in the useMaybeFindFirst and useMaybeFindOne, it threw an error saying the data has a null value on a required field (I only have 1 data for now), but when I tried to use _all the required field was not empty at all. I don't encounter this anymore after switching to vscode. I was using the Cursor editor when I experienced that error.
Chocci_Milk
Chocci_Milk3w ago
So, that error doesn't mean that your app is broken but there's something thats taking time to build while you're trying to view the frontend. I assume that you're seeing this in a development environment? I wonder if Cursor has some files being sent to the remote environment (Gadget) that's taking some time and causing these errors? Has this issue been resolved for you?
Charles13
Charles13OP3w ago
Actually, sometimes it happens in vscode. It's not our internet speed, though. What I do is I manually copy the code from the updated IDE.
Chocci_Milk
Chocci_Milk5d ago
Is this still an issue?

Did you find this page helpful?