You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like your Guest access does not have the proper authorization to POST to the /users collection.
Is that expected?
Even if that is expected when using the /Apigee/messageeapp org and app, the app.js code should trap the exception and handle it, and display an appropriate message: "You are not authorized to create a new user" or whatever.
When I open up the app, and click "Create Account", I see the form that allows me to enter my name, username, email, and password.
Clicking the "Go!" button... does nothing.
If I open Firebug I can see an exception in the console. I am getting a 401 Unauthorized on
POST https://api.usergrid.com/Apigee/messageeapp/users .
It looks like your Guest access does not have the proper authorization to POST to the /users collection.
Is that expected?
Even if that is expected when using the /Apigee/messageeapp org and app, the app.js code should trap the exception and handle it, and display an appropriate message: "You are not authorized to create a new user" or whatever.