3D FlipBook - Network error on first few load.

w***h@gmail.com
2024-12-12
2024-12-30

Hi,

I have been using the plugin to add lot of pdfs some of them are large in size some are small. but randomly I get this network error on different files.

Here's link to one of the page where few flipbooks are linked. https://inuktut-ilinniaqta.com/en/grade-4-6/grade-4/grade-4-books/grade-4-books-books/

here's screenshot of network error, console.log and network tab. https://inuktut-ilinniaqta.com/wp-content/uploads/2024/12/Screenshot-2024-12-12-at-12.41.19%E2%80%AFPM.png https://inuktut-ilinniaqta.com/wp-content/uploads/2024/12/Screenshot-2024-12-12-at-12.42.11%E2%80%AFPM.png

This works sometimes, sometimes it gives me error.

Any suggestions on how to fix this error?

Replies

w***h@gmail.com
2024-12-13
2024-12-13

Will it fix the issue if we buy the plugin ? And will I get more support with pro version?

a***r@3dflipbook.net
2024-12-21
2024-12-21

Such kind of errors usually related with caching on your web server.

For example if you use Litespeed cache and your 3d flipbook fails to load, you can correct the error, sometimes shown as a Bad end offset error, by pasting this code at the end of your .htaccess file:

#Correct 3d flipbook for O2switch
<IfModule mod_expires.c>
ExpiresByType application/pdf A0
</IfModule>
w***h@gmail.com
2024-12-23
2024-12-23

Thank you for the response. this is what I have done to fix the error.

Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Alt-Svc "clear"

RewriteRule .* - [E=no-cache:1]
Log In to leave a comment