-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
1 line docker preview gives blank page #144
Labels
bug
Something isn't working right
Comments
Yep, this is a problem because you've run the command before. I think it's fine to leave in readme for now, will work out a way of properly fixing this later. |
Fixed! |
yakkomajuri
pushed a commit
that referenced
this issue
Oct 1, 2021
* ingestion and e2e benchmarks * add e2e kafka benchmark * split benchmarks into 3 actions * fix script * fix test script folders * eslint --fix * fix clickhouse CI setup * random change to make github actions have another go * Parallel Ingestion (#144) * improve logging * ingest event in piscina * benchmark piscina ingestion * catch errors in ingestEvent * ingest in piscina worker * add KAFKA_BATCH_PARALELL_PROCESSING to ingest in parallel * split kafka event processing into batches * comment out plugin debug * do not pause kafka if worker busy --> we do one batch per server at a time anyway * fix broken test Co-authored-by: Michael Matloka <[email protected]>
fuziontech
pushed a commit
that referenced
this issue
Oct 12, 2021
* ingestion and e2e benchmarks * add e2e kafka benchmark * split benchmarks into 3 actions * fix script * fix test script folders * eslint --fix * fix clickhouse CI setup * random change to make github actions have another go * Parallel Ingestion (#144) * improve logging * ingest event in piscina * benchmark piscina ingestion * catch errors in ingestEvent * ingest in piscina worker * add KAFKA_BATCH_PARALELL_PROCESSING to ingest in parallel * split kafka event processing into batches * comment out plugin debug * do not pause kafka if worker busy --> we do one batch per server at a time anyway * fix broken test Co-authored-by: Michael Matloka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I used the 1 line Docker preview.
It installed, but then took me to a blank page.
There is an error in the console.
To Reproduce
Steps to reproduce the behavior:
Sidenote: if I go to create a new account and run it in incognito, Django throws an error.
Expected behavior
The app should load on the setup page.
Screenshots
This shows when I used it most recently. Is that perhaps because I've run it locally before and needed to delete cookies?
This shows the error on running it locally, then "creating" a new account:
Desktop (please complete the following information):
Additional context
We can remove this preview if we need more time to work on this.
The text was updated successfully, but these errors were encountered: