Error message when trying to load bundle through config file #313
-
We are using the following config.yaml file:
When OPA is run using the following command:
What does the error: "Failed to load bundle from disk: bundle read failed: archive read failed: EOF" mean in this scenario? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe it's merely pointing out that it did not find a bundle on disk, which it will look for first given how you've provided the |
Beta Was this translation helpful? Give feedback.
I believe it's merely pointing out that it did not find a bundle on disk, which it will look for first given how you've provided the
persist: true
option in your configuration. Since it fails at that, it goes on to download the bundle from the remote instead, which seems fine to me.