Railway eject from upstream repo for Medusa js
adiljiwani
HOBBYOP

a year ago

I am trying to use the Medusajs on Railway tutorial by Rasmus Puls but when I try and eject the front end repo, I see a pop up that says “Eject service from Template” but I can’t select an organization to create the repo into. His tutorial online does show him an option for his GitHub user to eject the repo to.

Project id: a2f4b7ba-069d-41b8-9986-3bf1bd09b4c3

Solved

20 Replies

brody
EMPLOYEE

a year ago

can you show me what you see when you choose to eject?


adiljiwani
HOBBYOP

a year ago

1324815322989072400


adiljiwani
HOBBYOP

a year ago

Project id: a2f4b7ba-069d-41b8-9986-3bf1bd09b4c3


brody
EMPLOYEE

a year ago

have you given the railway github bot access to all your repos?


adiljiwani
HOBBYOP

a year ago

How would I do that?


brody
EMPLOYEE

a year ago

its done when you link your github account


adiljiwani
HOBBYOP

a year ago

I might’ve only done one repo. Checking that now


adiljiwani
HOBBYOP

a year ago

I updated it to be all repos but still seeing the same error


adiljiwani
HOBBYOP

a year ago

Actually sorry, I believe that worked


adiljiwani
HOBBYOP

a year ago

Thank you!


brody
EMPLOYEE

a year ago

just needed to refresh the railway page?


nickbytes
HOBBY

a year ago

Maybe related to this, I've recently changed a source repo from a template (railway/rails-template) to my own source repo. I never used "eject" action. Pushing to main now doesn't seem to trigger a build. I have all github permissions enabled. Anything I'm missing here? Project id: 1aeea78f-d5e4-4878-be9f-86d2d4bb32f9


brody
EMPLOYEE

a year ago

that happens when you remove the repo and replace it all in the same staged change.

you did -

  • disconnect template repo

  • add your own repo

  • deploy

you need to do -

  • disconnect template repo

  • deploy

  • add your own repo

  • deploy

known bug, but for now, you'd have to fully recreate the service since it's already in the bugged state.


nickbytes
HOBBY

a year ago

For step 2 of your instructions, how do you deploy once you've already disconnected the template repo but haven't added your own repo?


brody
EMPLOYEE

a year ago

its would likely fail, but thats okay because the final deploy is all you care about


nickbytes
HOBBY

a year ago

Cool, just recreated the rails service. Does it sometimes take postgres deployments a while to show up in the environment?

Attachments


brody
EMPLOYEE

a year ago

no, that should be instant, try resetting the canvas with the button on the top left of the canvas


nickbytes
HOBBY

a year ago

Thanks, we're good now!


brody
EMPLOYEE

a year ago

awesome!


brody
EMPLOYEE

a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...