Next.js Discord

Discord Forum

How to include JSON files in the build directory?

Unanswered
Knopper gall posted this in #help-forum
Open in Discord
Knopper gallOP
I have a credentials.json file in the root directory. But when NextJS builds, I get an error that the file cannot be found even though I have provided the absolute path to that file. I wonder if there is any way I can add that file to the build directory and how I can tell NextJS to find that file.
Any help would be greatly appreciated. Thank you!

0 Replies