-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cannot add member through public link #68
Comments
Thanks for the bug report. I'll fix this in a few weeks. |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
The bug was quite simple to fix. Finally it did it. It's available in latest nightly build (only compatible with Nextcloud 22, sorry). If at some point you upgrade to NC 22 and want to try the nightly, you can get it with an occ command:
When you want to get back to normal releases, just disable and remove the app from app settings and reinstall it. You won't loose any data. |
Nice, thank you :-) I will try as soon as i update to NC 22 ! (but i still have to figure how to check which apps will be disabled before updating, as it seems many useful apps are broken right now...) |
You can check your apps compatibility on the appstore website, you can see there, for example, that Cospend v1.3.7 is compatible with NC 20 and 21 and v1.3.10 with NC 22. It would be great if you would be able to try the nightly before the next release 😁. |
I just setup a test NC22 instance, and with nightly (1.3.11), but sadly guest link functionality seems to be totally broken :( Reverting to Cospend 1.3.10 (by uninstalling and reinstalling it) fix it (but does not fix the original bug). |
I don't know how this happens to you. Guest access works fine with v1.3.11-6-nightly on multiple test instances on my side. Any error in the browser log or server log? |
Or it can be a browser cache issue? You can try to refresh the guest access page with CTRL+F5 |
Every try is done through Ctrl+F5, and i tried from 2 differents browsers. Nextcloud is dockerized, and my web setup is behind a reverse proxy, and a NAT, maybe that could be related ? I can also provide an access to my test server if you want (as i am not really able to use browser console, and such tools) |
Yes why not. You can send me the details by e-mail if you want (check the commits of this project to get my address).
The occ command should have told you.
I don't think so.
Nope 😁 |
Btw, thank you for your patience 😁. We're going to figure this out. |
Thanks goes to you for your work :) Mail is sent if you want to test it ! |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Nice. I could spot the bug and fix it. It was about the accessibility app not being enabled in public pages. By the way, if you really want to make sure you're using the right nightly, you can download it manually from the appstore and place it in your apps directory. |
It works fine with last version, either from app:update or manually unpacking the app ! |
Yay thanks a lot for the feedback. v1.3.12 is coming soon (thanks to you). |
Hi. I currently own a shared Cospend project, and we realized that guests cannot add a new member.
Config :
Nextcloud 21 (Dockerized)
MariaDB NC database
Cospend 1.3.7
Tested on Firefox 78.9 and Chromium 89
Steps :
I expect this menu to have the same behavior as when logged as project-owner : it displays a "Create simple member" button when typing a username, and Enter key does the same.
The text was updated successfully, but these errors were encountered: