omniphx / forrest

A Laravel library for Salesforce
https://omniphx.github.io/forrest/
MIT License
259 stars 120 forks source link

No version available exception #224

Closed stzahi closed 5 years ago

stzahi commented 5 years ago

Hello and thank you for a great library! Most of the time everything works well. Every once in a while I get an exception from this query: No version available (SQL: select UniqueName__c, Value__c, Name from Configurations__c) (This is the first SOQL query in the application). As I've mentioned, the problem occurs every once in a while, but this query is running well most of the time.

I've specified the version manually in the config file: 'version' => '46.0',

Any idea what is causing this problem?

stzahi commented 5 years ago

Update- so far it seems that the problem was a miss configured permissions for the storage directory.