sheleoni / icecream-kana-game

A game for learning Japanese characters in the form of collecting ice-cream scoops. 🍦
https://icecream.sheleoni.com/
1 stars 0 forks source link

solve 504 timeout error #59

Closed sheleoni closed 9 months ago

sheleoni commented 9 months ago

Issue

CleanShot 2023-12-13 at 20 53 30@2x

Steps to Reproduce the Issue

CleanShot 2023-12-13 at 20 56 26

Possible Causes

Possible solutions

Integrate Mongodb manually on vercel, ref

sheleoni commented 9 months ago

OMG solved at: 57d4f16 by removing await addInitialTideLevelForUser(userId);

also removed the seemingly unnecessary connectDB() invocation at 6c14244

allows saving tideLevels for all users through 180fa7b