Ray Bradley

Results 5 comments of Ray Bradley

I ended up finding the migration file, commenting out the guts of it, and finishing the upgrade. I then disabled the Circles app as I'm not using it. Sub-optimal but...

+1 log! https://www.youtube.com/watch?v=2C7mNr5WMjA

I'm afraid I'm missing something here. Given this config block: ``` ContentfulRails.configure do |config| config.access_token = ENV['CONTENTFUL_ACCESS_TOKEN'] config.preview_access_token = ENV['CONTENTFUL_PREVIEW_ACCESS_TOKEN'] config.space = ENV['CONTENTFUL_SPACE_ID'] config.default_locale = "en-US" config.max_include_resolution_depth = 2 end...

Thanks @shaug ... that was non-obvious :) Why do you recommend `reuse_entries` over `max_include_resolution_depth`?

Thanks for the suggestions, but unfortunately it's still happening. Anything further you all would recommend to troubleshoot or profile the calls I'm making?