-
Notifications
You must be signed in to change notification settings - Fork 215
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
just frontend/init
fails with cryptic error if plausible service isn't ready for requests
#2489
Comments
how to run it on my machine to check for error? I opened localhost: 50288 by ctrl + click. now how to run it like whats the command to run it? |
@YashGaur000 I'm not sure what you're asking exactly. The steps to reproduce the issue are in the description. You do not need to click any links to reproduce the problem. Can you clarify your understanding of the issue and what you are trying to do? |
Please follow the general setup guide for working with Openverse locally: https://docs.openverse.org/general/general_setup.html Note that Openverse does not support development directly on Windows. The linked guide recommends using WSL. Additionally, the changes required for this issue are more complex than what you are describing. As the issue describes:
This will require a new just recipe to wait for plausible (added to a new |
can you assign me this issue? |
Sure thing, you're assigned. Please ping |
@sarayourfriend, Can I be assigned to this? |
@ngken0995 I've assigned the PR to you - please do check out the previous PR related to this for some information on how to approach it: #2705 @YashGaur000 if you're still interested in working on this let us know! We're also happy to help you find something else to work on within the project 🙂 |
Description
Reproduction
Fix
Add a "wait for" recipe that waits for Plausible to be available before running
setup_plausible.sh
similar to thedocker/es/wait-for-index
recipe.The text was updated successfully, but these errors were encountered: