Picker + Galaxy no longer working but works locally?

I am using picker to catch a POST api call. For some reason it works when I run it on local host, but the same exact code in production on galaxy has the body showing empty…

1 Like

It even works locally with the --production flag… just not on galaxy.

I’ve also switched from Picker to WebApp— and still the same result where everything works locally but body is empty once it’s on galaxy.

It seems maybe my meteor/apollo server is messing with my rest api endpoints?

any update on this ?? I am facing same issue.