zeehasham
TTypebot
•Created by zeehasham on 2/27/2024 in #help-and-questions
Custom image issues
I created my image but it seems to be giving errors on builder and viewer side but my non containerized code seems to be fine and working. I used the same dockerfile that is shared in the main repo.
Builder side:
Error: Cannot find module '/app/apps/builder/server.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
On viewer side:
Error: Cannot find module '/app/apps/viewer/server.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v18.19.1
- event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env.
- ready [next-runtime-env] wrote browser runtime environment variables to '/app/apps/viewer/public/__ENV.js'.
node:internal/modules/cjs/loader:1137
throw err;
^
Error: Cannot find module '/app/apps/viewer/server.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
11 replies
TTypebot
•Created by zeehasham on 2/17/2024 in #help-and-questions
CI on git commit
I see that there is a sanity test that runs on each git commit even in local. How to turn off this functionality temporarily ?
3 replies
TTypebot
•Created by zeehasham on 2/11/2024 in #help-and-questions
Containers not showing latest changes
I have added a new block and changes are not being shown in the UI, I suspect my changes are not reflected in the container because I do not see the complete folder structure inside apps/src. Also what is the purpose of yaml file named
docker-compose.build.yml
do we need to run it at any stage ?11 replies
TTypebot
•Created by zeehasham on 1/31/2024 in #help-and-questions
Getting errors on viewer side

15 replies
TTypebot
•Created by zeehasham on 1/28/2024 in #help-and-questions
Unable to sign in
When I try to sign in using github I get an error below, I am trying self hosting with Dockers. It seems that its trying to redirect to localhost. My .env seems to be fine. Can someone guide what I am missing. When I try to login using google it throws an error that application does not meets the requirements of OAuth2.0.
7 replies
TTypebot
•Created by zeehasham on 1/23/2024 in #help-and-questions
Issue with new integration

3 replies
TTypebot
•Created by zeehasham on 12/22/2023 in #help-and-questions
Help with google calendar integration
I am working to integrate google calendar i have made the integration using forge also i have made the backend like O auth callback handler to login user via google account but in forge it doesn't let me use client side code like its new technology mostly server side is allowed, so things like redirection to google page for login account is very difficult. Can you guide me. Thanks
3 replies
TTypebot
•Created by zeehasham on 12/11/2023 in #help-and-questions
Adding new feature to the typebot...
Hello I am trying to contribute to the typebot by extending its functionality to google calendar. After I have added the code, do I need to run pnpm dev everytime or I can restart the docker containers using docker-compose ? What is the best practice.
4 replies