Closed SelfSufficient08 closed 2 years ago
oops, this is an old button which i forgot to remove, the invite links are now exclusively under the space management page. Can you test if those are working as intended ?
The Invite button also shows the error NoReverseMatch for me.
So is the current way to create invite links through Django administration? Am I correct that this does not send an Invite email, how would this be possible? This is the purpose after all isn't it?
If I want to use this to create an Invite link, the Used by field is a required field. However, by creating it, the new user does not exist yet, or am I wrong? You can't leave it blank.
Created by is probably the user who created the Invite link, right?
@Elektromat @jplivingston08 invites are now at your-domain.org/space-manage/1
@tomtjes Thanks the space manager I had not seen, because I was so focused on the button d:-) .
@vabene1111 Thanks ! There is an option there. When I complete the short form and choose create, I get: "There was an error creating a resource!" .
I tried two more times and now I am successfully able to create invites.
Appreciate the quick response ! Great work on this ! I look forward to hopefully making it part of our daily activities.
@tomtjes - Thanks for the URL !
if it failed it was likely due to a missing field, i really need to get some kind of framework for frontend data validation in place, glad it works now
Issue
Everything seems to work properly except I cannot get the invite links page to work under Settings > System. I am running Tandoor using docker compose with Traefik pointing to the nginx proxy. I did have to add a config within the nginx folder for traefik to get to the right spot (found on the forum). Images work fine, however I am unable to get the invite links. Here is the error on the web_recipies container: django.urls.exceptions.NoReverseMatch: Reverse for 'new_invite_link' not found. 'new_invite_link' is not a valid view function or pattern name.
I suspect it is just my ignorance and something simple needs added somewhere. Sorry in advance.
D
Tandoor Version
1.3.0
OS Version
Ubuntu
Setup
Docker / Docker-Compose
Reverse Proxy
Traefik
Other
No response
Environment file
Docker-Compose file
Relevant logs