Skip to content
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

Cannot depend on dependency before other checks #74

Open
haimat opened this issue Dec 6, 2023 · 1 comment
Open

Cannot depend on dependency before other checks #74

haimat opened this issue Dec 6, 2023 · 1 comment

Comments

@haimat
Copy link

haimat commented Dec 6, 2023

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:

image

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?

@theterrificm
Copy link

Hello @haimat , I've had the exactly same issue, but luckily I've found the solution that too with the help of anvil docs.

Try to update the dependency reference using this method [Click Here] and let me know if it works then or not.

Also, make sure that you've got successfully cloned the Anvil_Extras dependency right next to your main app.

It would work for sure.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants