electerious / Ackee

Self-hosted, Node.js based analytics tool for those who care about privacy.
https://ackee.electerious.com
MIT License
4.27k stars 359 forks source link

Error on Ackee deployed on Vercel #235

Closed kaknut closed 3 years ago

kaknut commented 3 years ago

I've earlier used previous versions of Ackee but the latest one gave me an error while logging in.

An error occurred with your deployment

FUNCTION_INVOCATION_TIMEOUT

Error: An error occurred with your deployment

FUNCTION_INVOCATION_TIMEOUT

at Md (https://ackee-gamma.vercel.app/index.js:83:13349)
at async https://ackee-gamma.vercel.app/index.js:83:13926
electerious commented 3 years ago

This can happen during a cold start, but it shouldn't be the norm. Was this a one time error or does it happen all the time? On 4. Mar 2021, 13:11 +0100, Ankit Ghosh notifications@github.com, wrote:

I've earlier used previous versions of Ackee but the latest one gave me an error while logging in. An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT Error: An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT at Md (https://ackee-gamma.vercel.app/index.js:83:13349) at async https://ackee-gamma.vercel.app/index.js:83:13926 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

kaknut commented 3 years ago

Happens every time, unable to log in.

kaknut commented 3 years ago

Fixed. The login credentials were wrong

thattimc commented 3 years ago

@electerious @kaknut I encountered the exact same issue. Change the login credentials didn't work. How can I debug to see what goes wrong?

electerious commented 3 years ago

Vercel

There should be a "View Functions Log" in your Vercel project dashboard. It should contain more details.

thattimc commented 3 years ago

thx @electerious I got this from Function Logs

Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency

Tried to use MongoDB Compress to access the DB, not successful. After changed mongodb user password, it able to access from the web and MongoDB compress.

Just weird why mongodb password got changed in the first place. 🤔