Possible migration issue with current rc? System carrier moved from Fedex to eShipper #658
ChrisNolan
started this conversation in
General
Replies: 1 comment 2 replies
-
Update: nvm dev portal back up and running so I've gotten a new secret after all. Got to explore a few parts of the system I hadn't seen yet though... got confused when my 'eshipper-connections' table was empty... I think the 'system' ones must be somewhere else... found the graphQL for it in the GET_SYSTEM_CONNECTIONS const but that was as far as I got on that journey. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I changed my docker-compose.yml to use the new rc32 images... I brought it down, and then up again... all looked fine.
But then I was getting "No active carrier connection found to process the request" as a response to my API calls... looked at :3000/connections/system and I saw my 'fedex-ca-tracking' carrier-id still there so... oh wait, but teh big blue label next to that wasn't saying "Fedex" anymore, it was saying "Eshipper"? Huh? Checked :5002/admin/providers/eshipperconnection/ and sure enough, there was my fedex-ca-tracking instead of having it over at :5002/admin/providers/fedexconnection/
Any ideas what could have done that? Was it a bad setup on my end, or an issue with one of the 'migrations' or something?
Let me know if I can check any logs or anything.
In the mean time I'm just going to re-setup my tracker under Fedex (I don't see an option to 'move' it or anything).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions