413 ERROR
# 🤝help
a
Hi there, I get the following error: " 413 ERROR The request could not be satisfied. Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. " I know some had that already but I didnt find a good solution. It happens, when I click on "Share your Chatbot" to test it.
n
how big is the url you are trying to access? Are you trying to do a GET with like a base64 encoded file or something as a parameter?
a
I just klick on "Share" in my Botpress Studio to test my bot
n
413 error is a super long URL. I meant are you using axios to try and access an outside source and getting that error in your workflow. What happens if you break the link from Start to your first card and link it to just a simple output task...I mean like test the most simple setup and test the bot like that?
a
I don't use axios
7 Views