Hello everyone,
We will use this post to keep track of bugs and issues. We will be updating this regularly as we identify these. Please do add any bugs or issues you face and we will work on resolving them asap.
Hello everyone,
We will use this post to keep track of bugs and issues. We will be updating this regularly as we identify these. Please do add any bugs or issues you face and we will work on resolving them asap.
I’m not seeing Cache metrics in Developer Console even though I have deployed the app to both Development and Staging environments. Do I need to deploy to Production to see it? I’m using @forge/cli@10.6.1
.
Cache appears to be working. There isn’t any change to the manifest.yml
, so I wonder if forge-cli is detecting cache usage based on package dependency on @forge/cache?
Hi @shushen can you clarify a bit on what is that you are not able to see - Is it the cache page as mentioned here or you can see the page but not able to see the metrics for your app?
Also, can you please share your appId so that if you are not able to view the page, we can enable it for you.
It’s the whole page, I don’t have Cache as a menu item under Metrics.
Thanks, will submit a ticket later today.
Jira Service Management Thanks!
Hi @shushen
Thanks for raising this, you should be able to see the cache metrics now. Let us know if issue still persists for your apps
After upgrading to @forge/cache@0.12.0
breaks bundling:
=== Running forge lint...
No issues found.
=== Bundling code...
Error: Bundling failed: Module not found: Error: Can't resolve 'agentkeepalive' in '/Users/shu/opusguard/content-retention-manager/node_modules/@forge/cache/out'
Revert back to @forge/cache@0.11.6
resolves the error.
Hi @shushen thank you so much for reporting this. I have raised this internally and we are working on a fix.
Thank you!
Thanks @SunandanGokhroo! v0.12.1 has fixed the problem, appreciate the quick turnaround!