-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
extra forward slash in API call #4924
Comments
Is this version 3.0.1? If so, what format do you have the url in your I set my url to |
Yes, 3.0.1 I did docker-compose down and docker-compose up after every change. I did try various formats including the one you have suggested. -slate |
Ah wait, I see that now I'll take a look into this |
This seems to have been a problem for a while now, but the request should still go through. Is yours failing? I've fixed it here: https://github.com/mconf/bigbluebutton-api-ruby/pull/60/files |
Yeah, it is failing. I am getting 404 Response. If I remove the extra slash it works. |
Updated to 3.0.2, still the same. #5070 is the same Problem. |
Hi,
I've just installed a Standalone Instance of Greenlight v3.
No matter how i enter the BIGBLUEBUTTON_ENDPOINT in the .env-file (with or without trailing slash / with or without /api at the end)
Greenlight is always adding an extra forward slashes after the Endpoint.
like this:
https://app.bbbserver.de/de/bbb-integration/bigbluebutton/api//create?guestPolicy=ALWAYS_ACCEPT(...)
when I copy the URL, remove the extra slash and then make the call, it is successful.
Is it a bug or am I doing something wrong?
Hope someone can help me.
-slate
The text was updated successfully, but these errors were encountered: