You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project uses the anvil_extras dependency, specified in the Anvil app configuration (with ID C6ZZPAPN4YYF5NVJ). Thus to run the app locally I have checked out that dep from GitHub into the local "Anvil_Extras" folder next to the main app folder. In the app server config file I then have added this:
dep-id:
"C6ZZPAPN4YYF5NVJ": "Anvil_Extras"
However, when I now try to access the app in the browser I get this error:
And in the output of the app server in the console I get this:
[WARN anvil.runtime.app-data] Cannot depend on dependency before other checksAnvil_SkiCheckdep_j32k8bkrt682sb{:branch "published", :fallback-branch "master"}
Any ideas what I might be missing here?
The text was updated successfully, but these errors were encountered:
Our project uses the anvil_extras dependency, specified in the Anvil app configuration (with ID C6ZZPAPN4YYF5NVJ). Thus to run the app locally I have checked out that dep from GitHub into the local "Anvil_Extras" folder next to the main app folder. In the app server config file I then have added this:
However, when I now try to access the app in the browser I get this error:
And in the output of the app server in the console I get this:
Any ideas what I might be missing here?
The text was updated successfully, but these errors were encountered: