etrobot / next-langchain-tauri

Langchain desktop app @multi-Agent
https://aicube.fun
MIT License
17 stars 3 forks source link

error with pnpm tauri build #13

Open john-c-kane opened 3 weeks ago

john-c-kane commented 3 weeks ago

Great project, i really love it. But I'm getting the following error when running pnpm tauri build following the readme instructions:

Server Actions are not supported with static export.  ELIFECYCLE  Command failed with exit code 1. Error beforeBuildCommand pnpm build && pnpm pkg-server failed with exit code 1

etrobot commented 3 weeks ago

Great project, i really love it. But I'm getting the following error when running pnpm tauri build following the readme instructions:

Server Actions are not supported with static export.  ELIFECYCLE  Command failed with exit code 1. Error beforeBuildCommand pnpm build && pnpm pkg-server failed with exit code 1

Hi, I'm glad to hear that you like this project!, I just removed the experimental functions like perplex to solve this problem. Plz pull the latest main branch and try " pnpm tauri build --debug".