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
I have a small bot like app, I read some json file that is in the root directory, and then also read some image based on the json file and tweets the image to twitter api.
This works locally when I run cargo shuttle run but when I deploy with cargo shuttle deploy everything seems not to work. and I get the error. My intuition is that the file is either not included with the other build or I might be missing something.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a small bot like app, I read some json file that is in the root directory, and then also read some image based on the json file and tweets the image to twitter api.
This works locally when I run
cargo shuttle run
but when I deploy withcargo shuttle deploy
everything seems not to work. and I get the error. My intuition is that the file is either not included with the other build or I might be missing something.Your help will be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions