Hello everyone! I’m new to deploying static websites in Netlify so I apologize for asking such silly question. I’m currently having problems in deploying create-react-app website here in Netlify and I can’t seem to find any solutions.
For overview, I am deploying a dictionary website where the user can search for words and the website will show definitions and other usages of the word. I am using a dictionary API to do such functions and I’m using an API key to access those functions.
Now for deployment, I used Netlify lambda functions to hide the API key to clients. I created a .toml file, install netlify on NPM, created functions to hide API key, and created an .env file. By the time I deployed the website, this error message shows:
Is there something that I didn’t take into consideration in performing the deployment steps? Like compiling the create-react-app first before deployment or any other things to perform? Thank you for your answers and I fully appreciate them.
Here is the link to my page: amazing-mcnulty-b0e8a3.netlify.app
Here is the github repository for that page: https://github.com/mmdalire/React-Dictionary