My app is relient on API calls. The app gets all the data from API calls that are “get” requests, but fails at the “post” request, where I get the error:
“KeyError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).”
Is it possible to run post requests on a share streamlit app?
Cheers,
Christian