我正在从头开始在我的 Meteor 应用程序中开发用户注册/登录功能。我基于本教程:https ://waaave.com/tutorial/meteor/design-a-complete-authentication-system-with-meteor/
当我尝试重置密码时,我收到此错误(单击电子邮件中的重置密码链接后):
Expected null or template in return value from inclusion function, found: *token-string-printed-here*
到目前为止,我发现它可能是新的 Meteor 模板系统故障 - Blaze,当返回无值的 null 时 - 任何人都知道如何解决这个问题?请帮忙。
我找到了这个链接 - 也许它会帮助有人帮助我:):