We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here you can see the server saying it's on port 9070:
But the browser and pycozo can't find it there:
Instead they find it on port 3000:
I'm using the precompiled binary cozo-0.7.6-x86_64-pc-windows-msvc.exe from the latest release, v0.7.6 on 12/11/23.
cozo-0.7.6-x86_64-pc-windows-msvc.exe
The text was updated successfully, but these errors were encountered:
Looking through the code, I'm questioning whether this is on cozo's end, or an issue with axum.
Sorry, something went wrong.
Hmm, not seeing it in axum or tokio, either. Wondering if the release was maybe compiled with modified code.
I believe it was fixed here but never released
Looks like you're right. Maybe I'll brave building it myself when I have more time. In the meantime, at least there's an easy workaround.
No branches or pull requests
Here you can see the server saying it's on port 9070:
But the browser and pycozo can't find it there:
Instead they find it on port 3000:
I'm using the precompiled binary
cozo-0.7.6-x86_64-pc-windows-msvc.exe
from the latest release, v0.7.6 on 12/11/23.The text was updated successfully, but these errors were encountered: