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

trying to upgrade to 2211.28, getting Cannot find CMSSite associated with current URL

vinayj344
Discoverer
0 Likes
666

Hi Team,

Currently, we are trying to upgrade to 2211.28, but I'm getting Cannot find CMSSite associated with current URL (https://localhost:9002/checkout/saveShipAddress), there is no proper error stack and tried to debug, but I only get this error message, has anyone faced this issue while upgrading to 2211.28

Accepted Solutions (0)

Answers (1)

Answers (1)

MaciejPS
Associate
Associate
0 Likes

Hi,

I assume the provided url with localhost is what you expect so the error message clearly aims the root cause.

If current site is not stored in session (e.g. due to session timeout) the site is determined based on the url and if url doesn't match any pattern of any site the error is thrown. Make sure the url patterns are defined properly for your site and domain name you are using.

Please find more details in following KBA:

https://me.sap.com/notes/3081055/E

 

Regards,

MaciejPS

vinayj344
Discoverer
0 Likes
I tried adding URL patterns, but session is getting stale
vinayj344
Discoverer
0 Likes
I tried adding URL patterns, but session is getting closed, INFO [hybrisHTTP36] [InvalidateSessionAndMarkRequestStrategy] Invalidating stale session. INFO [hybrisHTTP36] [Slf4jAuditableActionHandler] session closed WARN [hybrisHTTP36] [DefaultContextInformationLoader] Cannot find CMSSite associated with current URL (https://localhost:9002/checkout/getShipmethodsforZipcode?zipCode=39502)! WARN [hybrisHTTP32] [DefaultContextInformationLoader] Cannot find CMSSite associated with current URL (https://localhost:9002/checkout/saveShipAddress)!