Androz2091/scratch-for-discord

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Invalid Host header #318

dhvitOP posted onGitHub

all things are done but when i open the website this is what i got "Invalid Host header"


Hello, For this error you have to update the file vue.config.js And add this line disableHostCheck: true,

So after the file will be this :

module.exports = {
    devServer: {
        port: 3000,
        disableHostCheck: true,   
 }
}

Sinceraly D.Banache

posted by le-show-de-didoub74 almost 4 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests