vercel / next.js

The React Framework
https://nextjs.org
MIT License
126.86k stars 26.97k forks source link

Image links are 404 in Salesforce Commerce Cloud Starter demo #46463

Open akasuv opened 1 year ago

akasuv commented 1 year ago

Verify canary release

Provide environment information

Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 Binaries: Node: 18.12.0 npm: 9.1.0 Yarn: 1.22.19 pnpm: 7.23.0 Relevant packages: next: 13.2.1 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0

Which example does this report relate to?

with-sfcc

What browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

No response

Describe the Bug

Images are not showing in this demo, all of the image URLs are 404.

Expected Behavior

Images should show properly in the demo.

To Reproduce

Check it on https://salesforce-cloud-commerce.vercel.app/

FiammaMuscari commented 11 months ago

Verify canary release

  • [x] I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 Binaries: Node: 18.12.0 npm: 9.1.0 Yarn: 1.22.19 pnpm: 7.23.0 Relevant packages: next: 13.2.1 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0

Which example does this report relate to?

with-sfcc

What browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

No response

Describe the Bug

Images are not showing in this demo, all of the image URLs are 404.

Expected Behavior

Images should show properly in the demo.

To Reproduce

Check it on https://salesforce-cloud-commerce.vercel.app/

try images: { unoptimized: true, }, in next.config.js