Next.js Discord

Discord Forum

manifest.ts

Unanswered
Snowshoe posted this in #help-forum
Open in Discord
SnowshoeOP
Following the instructions at https://nextjs.org/docs/app/api-reference/file-conventions/metadata/manifest I've created a manifest.ts file exactly as specified in the app folder, but i get GET http://localhost:3000/manifest.json 404 (Not Found)
Any ideas?

2 Replies

Asian paper wasp
I think the generated "file" is manifest.webmanifest instead of manifest.json
SnowshoeOP
I think you are right - spot on!