Kapatid
Explore posts from serversDTDrizzle Team
•Created by Kapatid on 2/16/2024 in #help
AWS Data API 'PROFILE'
Where do I get the 'PROFILE' in my AWS? I already know my DATABASE, SECRET_ARN, and RESOURCE_ARN but not sure where to get the PROFILE. Here is the link to the docs.
https://orm.drizzle.team/docs/get-started-postgresql#aws-data-api
4 replies
Turborepo in Railway
How can I avoid 2 of my services (frontend-app & backend-app) in one project from always building and deploying when I commit a change to my turbo repo in Github? I already use
turbo build --filter <service-name>
& npm run start --workspace=<service-name>
in the respective settings of the services but they still build and deploy at the same time when I commit something.16 replies
TTCTheo's Typesafe Cult
•Created by Kapatid on 5/24/2023 in #questions
Hiding ICE Servers connections
Does anyone know how to properly avoid exposing my TURN server in the client or is it unavoidable? My first thought was to store it in my
.env
but in the end I still call it in a page so I am confused right now.
Another thing that I saw was to get it from an api route but then I would need temporary username and credential which I still don't know how to implement. My TURN server is currently in AWS EC2 and everything seems to be working fine.
1 replies
How to connect to my Soketi project in Railway
Based on the example of using Pusher in the website soketi.app, how do I get the
wsHost
and wsPort
after deploying the Soketi template in Railway? My project that will be connecting to this Soketi is a create-t3-app.
14 replies
nixpacks build error
I am trying to build a dotnet project in my machine using
nixpacks build
but in step 9 I get this error and I am not sure how to fix it. My understanding is that it maybe because I have typescript globally installed in my local machine?
Let me know if I need to give more error outputs. Thank you6 replies
nixpacks build error
I am trying to build a dotnet project but in step 9 I get this error and I am not sure how to fix it. My understanding is that it maybe because I have typescript globally installed in my local machine?
Let me know if I need to give more error outputs. Thank you
4 replies
TTCTheo's Typesafe Cult
•Created by Kapatid on 2/5/2023 in #questions
SWR or React Query
Does anyone know when to pick either SWR or React Query? Also, have theo already mentioned this kind of topic?
3 replies
Error when Deploying a AspNetCore_Vite_Starter
I used a starter template for a dotnet project in Visual Studio 2022 but failed to deploy in Railway called AspNetCore_Vite_Starter which can be found in https://marketplace.visualstudio.com/items?itemName=MakotoAtsu.AspNetCoreViteStarter&ssr=false.
Here is my sample repo https://github.com/nadjitan/dotnet-vite-react.
Here is my logs:
5 replies
TTCTheo's Typesafe Cult
•Created by Kapatid on 1/3/2023 in #questions
create-t3-turbo naming in package.json files
What does
@acme/
stand for? I mostly see it in package.json
files.3 replies
TTCTheo's Typesafe Cult
•Created by Kapatid on 12/18/2022 in #questions
pnpm Store Path
Does anyone know how to change the store path of pnpm? I need to prevent it from saving packages in my internal SSD because it is small.
3 replies