dreamfactorysoftware / dreamfactory

DreamFactory API Management Platform
https://www.dreamfactory.com
Apache License 2.0
1.56k stars 315 forks source link

DF 2.4.0: error on GET /user/session #128

Closed GabrielStetco closed 7 years ago

GabrielStetco commented 7 years ago

After updating from 2.3.1 to 2.4.0 I get this error when trying to get the user session : "The ID of the user was not recognized" This is the result:

{
"error": {
"context": null,
"message": "The ID of the user was not recognized.",
"code": "sessGetPP0s01"
}
}

This is happening even if I try directly being logged in the API Docs. The app is installed from github on an nginx/php7 instance.

Please let me know if you need additional information. Thanks

philicious commented 7 years ago

works for me in API Docs via ...api/v2/user/session

drewpearce commented 7 years ago

Unable to duplicate issue. Likely user error/configuration/upgrade issue. Please consult the DreamFactory community forums for help and support, as we reserve Github issue for reporting bugs and feature requests.

GabrielStetco commented 7 years ago

I confirm that this related to an upgrade issue