cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Assistedservicestorefront (asm) login does not work

Former Member
0 Likes
383

I have created custom assistedservicestorefront and i could not login as asagent. I have an error "Request method 'POST' not supported". I have tried to perform debugging but AssistedServiceComponentController has not seen by storefront. I mean, debug is useless for it but debug works for AssistedServiceComponentRenderer. I did followings until now.

ant addoninstall ...

AssistedServiceComponent and related impexes

UserGroup and Employee impexes

...additionalWebSpringConfigs...=classpath:/.... in local.properties and project.properties

I guess it is related to bean called springSecurityFilterChain placed in storefront. When i comment the bean out, i can perform debugging in AssistedServiceComponentController but normal login disappeared. It does not already seem the solution to remove springSecurityFilterChain.

What can i solve this problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

It is totally related to "addOnJavaScriptPaths" in "javascript.tag". When I enabled it for assistedservicestorefront, it works. Otherwise, it will throw the error that I mentioned above in CsrfFilter which is a filter of springSecurityFilterChain.