consumet / api.consumet.org

A Modern Search Engine API for Anime, Movies/TVShows, Books, Light Novels, Manga, etc.
https://docs.consumet.org
GNU General Public License v3.0
992 stars 434 forks source link

fix: Vercel 500 crash error #572

Closed hase0278 closed 4 months ago

hase0278 commented 4 months ago

Fixes the following error on vercel: Invalid export found in module "/var/task/src/main.js". The default export must be a function or server. INIT_REPORT Init Duration: 868.45 ms Phase: init Status: error Error Type: Runtime.ExitError Invalid export found in module "/var/task/src/main.js". The default export must be a function or server. INIT_REPORT Init Duration: 1501.21 ms Phase: invoke Status: error Error Type: Runtime.ExitError Error: Runtime exited with error: exit status 1 Runtime.ExitError

This occurred probably due to vercel updating their node environments because it worked fine after some adjustment in code.