You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up my local development for achieving #273 the processes are not straight forward and missing quite some details. I also find some issues (which I found the fixes after some digging) that are undocumented. The steps also seems to assumes some services/variables setup already done in the local machine which would make new user/project contributor struggle. Some steps also should be done first before doing others.
It would help to have a more detailed steps also pitfalls that anyone has found/experienced documented. This would help new contributor navigate the project more easily.
The following is my personal notes I intend to refine and write as a proper Solution PR at later time.
you can try to change the .env for the redis url from "host.docker.internal" to your host ip address
setup triggerdotdev with supabase
when you see this in the docker compose up output you can then open your telebit forwarding url on your browser and you will see your local Trigger.dev installation
login with the Continue with Email you will find the magic link on the docker compose output
copy and open the link on your browser
Keep getting this issue when spinning new triggerdotdev and redo the supabase
While setting up my local development for achieving #273 the processes are not straight forward and missing quite some details. I also find some issues (which I found the fixes after some digging) that are undocumented. The steps also seems to assumes some services/variables setup already done in the local machine which would make new user/project contributor struggle. Some steps also should be done first before doing others.
It would help to have a more detailed steps also pitfalls that anyone has found/experienced documented. This would help new contributor navigate the project more easily.
The following is my personal notes I intend to refine and write as a proper
Solution
PR at later time.notes
pr-time-tracker notes
project requirement
pnpm
docker
docker compose
telebit
Git clone
Create github access token (classic)
Copy
.npmrc.example
in root folder to.npmrc
and change theNPM_TOKEN
with your generated github access token aboveinstall the project dependency using
pnpm install
—
Install telebit
shaggy-termite-71.telebit.io
YOURS WILL BE DIFFERENTpnpm trigger-dev:proxy
container/.env.example
tocontainer/.env
LOGIN_ORIGIN
andAPP_ORIGIN
to the telebit forwarding URL abovecontainer
folder and dodocker compose up
you might get the
you can try to change the
.env
for the redis url from"host.docker.internal"
to your host ip addresssetup triggerdotdev with supabase
when you see this in the
docker compose up
output you can then open your telebit forwarding url on your browser and you will see your local Trigger.dev installationlogin with the
Continue with Email
you will find the magic link on thedocker compose
outputcopy and open the link on your browser
Keep getting this issue when spinning new triggerdotdev and redo the supabase
Potential fix is in here
triggerdotdev/trigger.dev#1026
After applying the fix the migrations successfully applied but got this
Running the
pnpm trigger-dev:proxy
often time got me thisStart the proxy connection via
pnpm run proxy
(this should be done first before others)The text was updated successfully, but these errors were encountered: