10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue 8000 and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 Binaries: Node: 16.16.0 npm: 8.11.0 Yarn: 1.22.17 pnpm: 8.4.0 Relevant packages: next: 13.4.1 eslint-config-next: 13.4.1 react: 18.2.0 react-dom: 18.2.0
Metadata (metadata, generateMetadata, next/head)
https://codesandbox.io/p/sandbox/unruffled-darkness-q2l3ht
apple-icon.png
/app
/app/**/apple-icon.png
can't see apple-touch-icon
But in docs (https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons#image-files-ico-jpg-png)
apple-icon is valid on app/**/*
app/**/*
The location of the apple-icon in the document in Next.js is not working properly.
/app/apple-icon.png works fine, but /app/icons/apple-icon.png does not work properly.
/app/apple-icon.png
/app/icons/apple-icon.png
Chrome 114.0.5735.198
next start
The text was updated successfully, but these errors were encountered:
Can you just explain little bit more what is the problem
Sorry, something went wrong.
Ran into the same issue. Why do the docs still advise that the apple-icon can be in and folder inside apps?
i put them in app folder and still cant see them in my code
Adding both below worked for me on apple and pc based devices. If you just add apple-icon.png it won't show up on PC. app/apple-icon.png app/icon.png
It's happening to me as well on development. Don't know about production.
My icon is located at: /app/apple-icon.png
Not creating the html meta tag.
Next JS version 15.3.2
No branches or pull requests
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 Binaries: Node: 16.16.0 npm: 8.11.0 Yarn: 1.22.17 pnpm: 8.4.0 Relevant packages: next: 13.4.1 eslint-config-next: 13.4.1 react: 18.2.0 react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
Metadata (metadata, generateMetadata, next/head)
Link to the code that reproduces this issue or a replay of the bug
https://codesandbox.io/p/sandbox/unruffled-darkness-q2l3ht
To Reproduce
apple-icon.png
in/app
apple-icon.png
in/app/**/apple-icon.png
But in docs (https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons#image-files-ico-jpg-png)

apple-icon is valid on
app/**/*
Describe the Bug
The location of the apple-icon in the document in Next.js is not working properly.
/app/apple-icon.png
works fine, but/app/icons/apple-icon.png
does not work properly.Expected Behavior
apple-icon is valid on
app/**/*
Which browser are you using? (if relevant)
Chrome 114.0.5735.198
How are you deploying your application? (if relevant)
next start
The text was updated successfully, but these errors were encountered: