My server is live but i keep getting an internal server error

so i deployed my express app and specified my environment variables
but when i request a domain to get it’s information it says
TypeError: Cannot read property ‘split’ of undefined

site:https://ip-address-tracker-my.netlify.app/
repo:GitHub - mohamedyasser27/ip-address-tracker

Hi,

This would be a code issue. Wherever you’re using split doesn’t have a value, maybe you need to check the value exists before trying to split it?

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.