Bundling and SSL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,

Got a clean 3.2 site, and just enabled ssl (needed it for the facebook store plugin), which all works ok for the main site and the fb store, great!

But, on the secure pages (ie login, cart, account etc) the browser cannot find the minified/bundled js/css files.
I have looked at chrome dev tools network tab and its getting 404 for the bundled files.
If I go into nop cofig and turn off bundling it all works fine.

Anyone else had this or can provide an explanation of why the two dont get on together for me.

Thanks,
Craig.
10 years ago
Hi,

For us setup works fine. Refresh browser cache? I have collected next settings in our db. Maybe that will help comparing setup.


select * from setting
where name like '%bund%'


We have two entries:

Id  Name  Value  StoreId
26  seosettings.enablejsbundling  True  0
424  seosettings.enablecssbundling  True  0


For ssl in table store:

1  NULL
1  NULL
1  NULL


We have unique IP numbers setup per store. But I also share them across a couple of non-NOP sites.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.