Cloudflare Proxied DNS & Uploading #328
Unanswered
Geektasticdad
asked this question in
Q&A
Replies: 2 comments 2 replies
-
That "Oops" log is in the code here: https://github.com/advplyr/audiobookshelf/blob/master/client/pages/upload/index.vue#L302 Can you open up the dev tools console and see what the full error is? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Depending on what you're uploading, I know that the free version of Cloudflare has a 100mb max file upload limit (HTTP POST request size). Do you run into the same issues if you upload a single smaller file to test? I'm not sure if uploads are chunked, or sent as-is. |
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'm running this through Cloudflare DNS using NPM and Let's Encrypt wildcard SSL cert. Proxied host in NPM is pretty straight forward, have enabled Websocket Support and Block Common Exploits. SSL I've enabled Force SSl and HSTS support. No advanced settings or custom locations.
Here's the issue: Audiobookshelf runs fine with Proxied DNS enabled in Cloudflare EXCEPT uploading. It times out and I get "Oops something went wrong". Haven't found anything useful in the logs, just seems to time out. If I disable proxied DNS, uploads work fine.
Just wondering if anyone has any insight.
Beta Was this translation helpful? Give feedback.
All reactions