-
Notifications
You must be signed in to change notification settings - Fork 4
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
The cache writes but always misses #6
Comments
Here's my project_id: 511af2d2d429796a480015e1 Thanks. |
hey @westoque, can you provide more details? rails version, iron_cache version, iron_cache_rails version, logs, way to initialize iron_cache_rails gem |
Also, try to turn debug mode ON (and paste logs here) IronCore::Logger.logger.level = Logger::DEBUG |
rails (3.2.11) I don't know what more information I can get through the logs. Anything specific? |
This line IronCore::Logger.logger.level = Logger::DEBUG will enable detailed logging, including raw request urls for cache reading/writing. Some of them probably are not right and returning 404s. Can't say for sure without logs |
After following the instructions on the github page. It seems like the cache gets generated when requested, but it always resolves to a cache miss when it tries to fetch.
The text was updated successfully, but these errors were encountered: