mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 17:05:24 -04:00
throw this error when build after add Environment Variables in vercel #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ImpChiang on GitHub (Mar 13, 2024).
@crazywoola commented on GitHub (Mar 13, 2024):
@ImpChiang commented on GitHub (Mar 14, 2024):
I tried several times with doc,but,its build fail just after add APP_ID,API_KEY and API_URL,so how to deploy with new APP_ID,API_KEY and API_URL ?
@crazywoola commented on GitHub (Mar 14, 2024):
It should be these 3
@ImpChiang commented on GitHub (Mar 14, 2024):
// next.config.js
module.exports = { staticPageGenerationTimeout: 1000, }use this to increase timeout to collect page data and it works,. thx