How to properly disable CDN?

I have a problem with the pictures, forum icons and styles don’t show up and now I don’t know if I did something wrong I forgot about something. Should I rake posts or something ? I disabled cdn in app.yml and also run command ./launcher rebuild app. Then i disable also s3 images storages. (with cdn also)

If you turn off the CDN you need to

  rake posts:rebake

For your S3 images if you’re going to stop using S3 you’ll need to run the rake task to move them back to local storage.

2 Likes