Hello all, first post here.
I have built a dynamic application that uses the Spotify API, the code should be correct as I have checked it with the example solution. When Running my app, I get the following -
.
This is my first build incorporating an API and it seems no matter what I do, I can’t fix it. I would appreciate the help so much.
Thank you all,
Harrison
Here is my module layout.
Hi there,
First, it looks like your code is referencing a local Windows file directory. This will not work on Render, as it is a completely different environment that runs on Linux. Ensure your code never references a folder or file within the local file system. Instead, use relative paths from the root directory of the project so when you check the code into the repository and it gets deployed on Render, the code will know where to find what it’s looking for.
Another thing to look out for is ensuring all references to folders/files match the exact casing and spelling, as Linux is case sensitive.
Lastly, you may benefit from reading through our troubleshooting guide: https://docs.render.com/troubleshooting-deploys
Hope that helps!
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)
1 Like
Hi Mark,
Thank you for the reply, I will try this right away.
Regards
Harrison
You are very welcome!
Hope the rest of the week goes well for you.
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)