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
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
Quasar advanced was running, but mongo was not started. In console output was like this
Using metastore: jdbc:h2:file:/Users/safareli/Library/Application Support/quasar/quasar-metastore.db
Warning: Failed to mount '/test/' because 'Connection failed: java.util.concurrent.TimeoutException: Timed out attempting to connect to: [localhost:27017]'.
Server started listening on port 8080
But server was still working.
Then I tried to upload some file, but got error Resource not found:
I guess we can say why we can't upload file rather than showing such general error.
The text was updated successfully, but these errors were encountered:
I think 404 is the correct status here - the resource is unfindable when the database isn't present.
Either way, I don't think this repo is the right place for this issue - it's either an enhancement to quasar to give us more info when this fails (although, did you check to see exactly what the 404 response contained?), or it's an issue for SlamData to display the error message differently.
Quasar advanced was running, but mongo was not started. In console output was like this
But server was still working.
Then I tried to upload some file, but got error
Resource not found
:I guess we can say why we can't upload file rather than showing such general error.
The text was updated successfully, but these errors were encountered: