I invited a new user to my application. When I click on the invite to accept it, it simply goes to my home page.
When I try to login,it shows me an error page with this content
Invariant Violation: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=t%3A%20invalid_grant%3A%20Email%20not%20confirmed&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
To Reproduce
I am not really sure how to reproduce it. But it consistently happens in my repo.
CMS configuration
backend:
name: git-gateway
branch: master # Branch to update (optional; defaults to master)
media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads
public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads
collections:
name: "posts"
label: "Post"
folder: "content/post"
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields: # The fields for each document, usually in front matter
Describe the bug
I invited a new user to my application. When I click on the invite to accept it, it simply goes to my home page.
When I try to login,it shows me an error page with this content
Invariant Violation: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=t%3A%20invalid_grant%3A%20Email%20not%20confirmed&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
To Reproduce
I am not really sure how to reproduce it. But it consistently happens in my repo.
CMS configuration
backend: name: git-gateway branch: master # Branch to update (optional; defaults to master) media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads collections:
Additional context
This is a new Hugo site.