website icon indicating copy to clipboard operation
website copied to clipboard

[BUG] Vercel tests are failing

Open Panquesito7 opened this issue 1 year ago • 3 comments

Description of the bug

It appears all the Vercel tests are failing, which prevents the website from being updated and deployed.

Add screenshots of the bug (if applicable)

No response

Additional information/context

No response

Panquesito7 avatar Sep 05 '22 04:09 Panquesito7

The build result is just getting too large due to more languages and algorithms being added. This is an architectural problem and can't be solved that easily. I currently don't have much time but I'll try to find a fix when I find the time.

maltejur avatar Sep 07 '22 20:09 maltejur

Yeah. Maybe we should use a database because the list won't stop growing. Let me know if you need any help with that or anything else. :)

Panquesito7 avatar Sep 08 '22 02:09 Panquesito7

A database won't fix that problem, the problem is that the generated HTML files get too large. This could be fixed by using the SSR functionality of Next.js, so basically generating the HTML on-demand.

maltejur avatar Sep 11 '22 09:09 maltejur

Should be already fixed on the dev branch. There are still a few tweaks to be done before merging all the changes. Thanks to @maltejur for working on this. 🚀

Panquesito7 avatar Sep 25 '22 15:09 Panquesito7