-
Notifications
You must be signed in to change notification settings - Fork 18
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
I configured a custom source and it doesn't seem to work #63
Comments
I did the same today and got the same problem, it just sits there trying to connect forever when I run a search via the plugin even though it shows the new source on the search page. I can reach baget in the browser and upload to it just fine though. My settings are identical to yours aside from the domain:port... |
I have same problem, i configure all url and check that return data in my browser
|
I'm facing the same issue using a custom installation of Baget. My settings are the same as @dodu2014 other than the domain. I've tried debugging but the developer console doesn't have any additional information that I can find. Looking through the source code (I'm not a TypeScript dev so take with a grain of salt) I can't seem to tell exactly what it's doing, but my suspicion is that it has a problem when there's more than one URL, almost like it's not handling the array properly. 100% guessing there and likely very wrong, but I wanted to provide as much detail as I could. |
It is very important to get the "authorization" part right. Even if you can open the configured URLs in browser, it could be that the browser has cached the authorization info. That information is not accessible from the plugin, so you must fully specify the "authorization" structure in the source definition. |
Hi @andyqp, I believe I've done that. The source does not require authorization so I chose "none" per the docs. I tried both with and without the username and password (specified as an empty string). I've also tired it removing the `authorization" completely. Same results for all. "authorization": {
"type": "none",
"username": "",
"password": ""
}, and "authorization": {
"type": "none"
}, |
@thepaleone @andyqp @careless6666 @jeremy-allocate @dodu2014 Could you please provide the following information:
|
It's been doing this for several months so the some of the component versions have updated over time, but currently they are:
As of this writing it's the most recent of all components. |
Baget type based hosting, can you help me see where the problem is?
The text was updated successfully, but these errors were encountered: