Custom Landing Page Problem

I was customizing the example_data.rb as usual and then restarting the server, but since a while the static landing page is not more updating anymore with the new content.

I tried already:

  • clearing cache on browser, CDN and using sharetribe lp_preview
  • used the old working example_data.rb, but no change
  • I even deleted the example_data.rb out of the custom_landing_page dir, but also there no effect

Any idea what it could be?
Is the JSON content of example_data.rb somewhere cached?

Help highly appreciated!!

1 Like

Custom Landing Page Problem: Status Solved;

1 Like

Stefan,
And how you solved it? In my case enough to refresh production site to take effect after I edit example_data.rb, I don’t even restart server in this case (in production mode).
And what happened in your case? Very interesting, please share.

:wink:
bundle exec rake sharetribe:landing_pages:install_static

https://github.com/sharetribe/sharetribe/blob/master/docs/landing-page.md#enabling-landing-page

1 Like