-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't work with Media CDN enabled [Feature] #9
Comments
Media CDN only applies to media. Unless you modified the plugin, it only indexes posts, not attachments. |
Oops, I understand now - you mean the search index itself is being saved to the CDN (since it's put in the uploads folder) but the frontend is looking for it in the wordpress directory, getting you an error like:
and then the JS fails with
Even though the index does exist, somewhere like |
Problem is this line on the frontend... wp-serverless-search/main/main.js Line 8 in 1f5dd86
|
Fixed it in my fork by changing to: Try the fork in WP Pusher. |
Keep seeing 404's on the site search as its looking for the file locally instead of on the CDN.
The text was updated successfully, but these errors were encountered: