beepboopquack
TTCTheo's Typesafe Cult
•Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
Huh. it actually works now! It must have been something weird I did on Builder.io since my code was exactly the same and it still was not working. Anyways, I greatly appreciate your help on this, thank you!
23 replies
TTCTheo's Typesafe Cult
•Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
I included all the relevant keys in the
.env.example
file, but blocked out the private key!23 replies
TTCTheo's Typesafe Cult
•Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
https://github.com/npinedajr/T3BuilderInteg/tree/main/frontend
Here is a repo! Thank you again for your help!
23 replies
TTCTheo's Typesafe Cult
•Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
I also made sure to run the following
23 replies
TTCTheo's Typesafe Cult
•Created by beepboopquack on 4/25/2023 in #questions
Need Help Implementing Builder.io
Thank you so much for helping! Hmm, there still appears to be some issue with the code that is causing the 404 to appear. My
.env
file has the following (secret key hidden with *):
The catch-all route ([[...page]].tsx
) has everything that the example page linked on Github does, aside from the top section:
Finally, the env.mjs
file has the same changes as suggested:
Is something wrong with how I currently have my .env
file? Or would I have to do something with routing? Sorry for all this trouble!23 replies