(node:716) UnhandledPromiseRejectionWarning: Error: Server responded with 403
Nasıl düzelir bu uyarı?
How to fix this warning?
(node:716) UnhandledPromiseRejectionWarning: Error: Server responded with 403
Nasıl düzelir bu uyarı?
How to fix this warning?
Hey @xRedLord!
Is index.html
just pure HTML? If so you probably don’t want to be using render. #render
is meant to be used with a templating engines like pug, handlebars, ejs that pre-process the template and render it to HTML. If it’s just basic HTML, you probably want to send static content.
Happy Glitching!