#hostname is different in vercel logs than what i have in env
22 messages · Page 1 of 1 (latest)
hmm, this is not jQuerry to use $
what Vercel give response to you?
are you sure you want this env var to be public?
where i can check this
for moment, yes
- open Vercel
- click project
- click
View Function Logs - wait until the loading done
- try access your website
btw, if you are using env you need to add, on Vercel Environtment as well
public here means it is accessible from your client-side scripts. that's definitely a major security issue - use a private env var and console.log in server side functions then see the log as above mentioned by Wans
Access denied for user 'myusername'@'ec2-3-236-108-51.compute-1.amazonaws.com'
now i will tri to add env on vercel too
the hostname contains the key?
sometimes, if you get Denied Error it means your third-party (this case: AWS) has blocked your IP
what i need to do in this case? emails with host support?
just for reference @fierce silo https://javascript.plainenglish.io/connect-mysql-and-authentication-on-next-js-761d12340e4f
This is what i did 🙂
tried everything, the result is the same 😦
don't know what to do
this is what i'm geting on api page
You may to check your log on dude