wslyvh / proof-of-competence

Proof of Competence (PoC) is an open, modular framework to create on-chain quests and Web3 on-boarding journeys.
https://www.poc.quest/
MIT License
72 stars 19 forks source link

API throws 500 error on production #10

Closed wslyvh closed 2 years ago

wslyvh commented 2 years ago

The verification mechanism relies on the json files at src/journeys.

The paths need to be configured to be available on Vercel. https://vercel.com/support/articles/how-can-i-use-files-in-serverless-functions

wslyvh commented 2 years ago

Fixed. Required upgrade to Next v12