Web Developer
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout
FRA region
Votes
0
Replies
11
Participants
3
Messages
12
Web Developer
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout
FRA region
Rank 1: Thread
All new builds are 3mb less in size and are missing node_modules/styled-jsx/style.js from build
when is the last time you re-deployed?
Rank 1: Thread
@Steven Tried just now. Build is ok, and the build size is 10mb lower now.
Can you confirm what there was a recent update on Appwrite side regarding these changes?
@Aco Šmrkas I have been working on a setup that reduces site sizes by pruning unneeded node_modules. Although I have did extensive testing on all frameworks, could you maybe sent me the data for a succeeding build id and the failing one:
Rank 1: Thread
Hi Levi. Yes of course. What you described is the exact issue that happened.
fail: 69bc1c1d54a73e8d6728
success (today): 69bce5d65e1df707ef5c
success (yesterday before incident): 69bbfbef42d0e590c5ed
Do you perhaps also have the project identifier, site identifier and region?
Rank 1: Thread
region: FRA
project: leakio-dev
site: leakio ( 69a7b20500010035923d )
Thank you so much, I'll let you know once I have a fix for the problem.
Meanwhile it should be unblocked by the revert I ran yesterday!
Rank 1: Thread
Awesome. Yeah it's all good now.
Hope i helped u debug the issue.
@Aco Šmrkas Thanks for all the information so far. I did some testing with your specific code base, but can't seem to reproduce the issue you had yesterday. The pruning of the modules happen after which the runtime does start without any errors.