简体   繁体   English

无法确认用户。 400错误的请求-无效的应用程序密钥

[英]Fail to confirm user. 400 Bad Request - Invalid app key

im am experiencing problems with the email validation in the appcelerator platform. 即时通讯在appcelerator平台中遇到电子邮件验证问题。 I have everything configured right and the email arrive in my inbox when a new user is created, but, for some reason, the link to activate the account returns: Fail to confirm user. 我已正确配置了所有内容,并且在创建新用户时电子邮件会到达我的收件箱,但是由于某种原因,激活帐户的链接返回:无法确认用户。 400 Bad Request - Invalid app key 400错误的请求-无效的应用程序密钥

I checked in the tiapp.xml and checked if the api keys are properly configured and everything is alright. 我检查了tiapp.xml并检查api密钥是否正确配置,并且一切都很好。 I have no idea of how appcelerator generate this link to verify what happen. 我不知道appcelerator如何生成此链接以验证发生了什么。 In my template uses the link below: 在我的模板中,使用以下链接:

https://cloud.appcelerator.com/users/confirmation?key= {{key}}&confirmation_token={{confirmation_token}} https://cloud.appcelerator.com/users/confirmation?key= {{key}}&confirmation_token = {{confirmation_token}}

What im doing wrong? 我在做什么错? =[ = [

Seems that the documentation is wrong. 似乎该文档是错误的。 Only works if the link in the template is https://platform.appcelerator.com/#/users/confirmation/ {{key}}/{{confirmation_token}} 仅在模板中的链接为https://platform.appcelerator.com/#/users/confirmation/ {{key}} / {{confirmation_token}}时有效

I just encountered the same issue and can confirm the bug in the documentation. 我刚刚遇到了相同的问题,可以确认文档中的错误。 The correct url is indeed 正确的网址确实是

https://platform.appcelerator.com/#/users/confirmation/{{key}}/{{confirmation_token}}

I'd like to add that there is probably a similar defect in the following documentation for password reset url: http://docs.appcelerator.com/arrowdb/latest/#!/api/Users-method-request_reset_password 我想补充一点,以下文档中的密码重置URL可能存在类似的缺陷: http : //docs.appcelerator.com/arrowdb/latest/#!/ api/ Users-method-request_reset_password

The documentation says the password reset url (if using Appcelerator instead of custom website) should be 该文档说,密码重置网址(如果使用Appcelerator而非自定义网站)应为

https://dashboard.appcelerator.com/#/users/confirmation/{{key}}/{{confirmation_token}}

It seems wrong (copy-paste from email confirmation url perhaps). 似乎是错误的(也许是从电子邮件确认URL复制粘贴)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从Appcelerator调用WCF服务时出现错误400错误请求 - Error 400 Bad Request when calling WCF service from appcelerator 多次调用WCF服务使appcelerator中出现Bad Request 400错误 - Multiple Calls to WCF service gives Bad Request 400 error in appcelerator Appcelerator:自定义密码重置页-错误的请求,reset_password_token无效 - Appcelerator: Custom Password Reset Page - Bad Request, reset_password_token is invalid Appcelerator ACS.Users.login API获取错误代码400,并显示消息:“发送了无效的请求”。 - Appcelerator ACS.Users.login API Getting error code 400 with message: 'Invalid request sent.' Appcelerator上的“无效请求”编译 - “Invalid Request” on Appcelerator Compile 尝试在模拟器中运行时无效的请求 - Invalid Request upon trying run in simulator 更新Titan应用程序-无效的“ --pp-uuid”值 - Update titanium app - Invalid “--pp-uuid” value Appcelerator-文件存储失败 - Appcelerator - File storage fail 在appcelerator箭头应用中使用户成为管理员 - Make User admin in appcelerator arrow app iOS上的Titanium Alloy:用户获得应用程序更新时,它将删除并重置本地数据库 - Titanium Alloy on iOS: When a user gets an app update, it deletes and resets the local database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM