on 2018 Oct 12 4:47 PM
Hi experts,
I am unable to login into smart edit . I am using credentials as : admin, nimda.
Once I entered credentials and press submit. The screen get blank and no change there after.
In console , I get following exception:
INFO [hybrisHTTP34] [HybrisOAuthTokenStore] Failed to find access token for token 5d2a036b-32e4-4743-aea5-e859cd6da5b8
Any help is appreciated.
Thanks , Sid
Request clarification before answering.
There are two ways to get rid of this problem:
Recommended approach: include the extension, smartedit
in localextensions.xml and execute the command, ant all updatesystem
.
If you wish to perform the platform update using hAC after including smartedit
in localextensions.xml, simply execute ant
» start the server » go to hAC > Platform > Update (i.e. https://localhost:9002/platform/update) » select smartedit
from the list of extensions » hit the Update button.
Once the platform update is completed using any of these means, you will be able to login to SmartEdit with admin/nimda.
Alternative approach: import the following ImpEX
INSERT_UPDATE OAuthClientDetails;clientId[unique=true];resourceIds;scope[mode=append];authorizedGrantTypes;accessTokenValiditySeconds
;smartedit;hybris;basic,permissionswebservices,previewwebservices;password;3600
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sniffing the network traffic, it appears to not pass the client_secret? So make sure the client_secret is null.
INSERT_UPDATE OAuthClientDetails;clientId[unique=true];clientSecret;resourceIds;scope[mode=append];authorizedGrantTypes;accessTokenValiditySeconds
;smartedit;;hybris;basic,permissionswebservices,previewwebservices;password;3600
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does anyone know how to fix this problem ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
14 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.