cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to place order in the new b2c store

pandeysuresh06
Participant
0 Kudos

HI I created a new B2C store using ant modulegen but when i am finally clicking on next after giving the credit card information, i am getting server error and backend I am getting

WARN [hybrisHTTP25] [ContextInformationLoader] Cannot find CMSSite associated with current URL (https://localhost:9002/abcstorefront/checkout/multi/sop/response?clear=true&site=abc)!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suresh,

You would need to add the following properties:

 website.<YOUR SITE UID>.http=http://localhost:9001/abcstorefront
 website.<YOUR SITE UID>.https=https://localhost:9002/abcstorefront
pandeysuresh06
Participant
0 Kudos

this worked perfectly.

Answers (2)

Answers (2)

VinayKumarS
Active Contributor
0 Kudos

Hi Suresh,

Try updating this in your HMC -> WCMS-> Websites -> select your website and update the url pattern

 (?i)^https?://[^/]*/abcstorefront((?![\?\&]site=).)*$

then check the same.

pandeysuresh06
Participant
0 Kudos

Hi Vinay,

Added it but still getting the same error.

Former Member
0 Kudos

Hi Suresh

This error occurs because of following missing entries in local.properties

website.http = http://localhost:9001/abcstorefront
website.https = https://localhost:9002/abcstorefront

Thanks, Shambhu

pandeysuresh06
Participant
0 Kudos

I added this one but it is not helping either.