-
Notifications
You must be signed in to change notification settings - Fork 13
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
nano options lost in DB scope #28
Comments
This is an interesting issue. Will investigate. This might be a bug in nano, but apache/nano#278 is a different one. |
Seems like this is not nanos problem |
Nonetheless the config should be used like tested here: apache/nano#296 |
Sorry, so was this an issue with the way I was calling it or something in nano-option? |
If you pass in a nano config as the url, e.g. to set
requestDefaults
(#14):…
requestDefaults
is lost afternano.use
, for example in secure:In this case, this will cause subsequent requests to 401 (
You are not authorized to access this db.
).Perhaps this is an issue with nano itself (apache/nano#278)?
The text was updated successfully, but these errors were encountered: