beepboopquack
beepboopquack
TTCTheo's Typesafe Cult
Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
Hello! I am not the best at coding, so please forgive me if I am having an easy issue. I am currently trying to implement Builder.io with the t3 template provided by Theo, but I seem to be having an issue successfully connecting. I constantly receive a "404 This page could not be found." issue. I utilized the automatic integration code that the website provides:

npx @builder.io/cli@latest integrate --model page --apiKey 615d9ca18922400a9882696727a79c7f --content 4123438dd1e74b35afb54c5c74cc0514

npx @builder.io/cli@latest integrate --model page --apiKey 615d9ca18922400a9882696727a79c7f --content 4123438dd1e74b35afb54c5c74cc0514
From what I have gathered so far, I think the issue has something to do with the t3 template using process.env syntax in the env.mjs file, but I am not sure how to fix this. I have already verified that the integration works on a new project that does not use the t3 stack, so I think I just need to modify something with the template. Would appreciate any help I can get on this!
23 replies