Skip to content

running a Development server on NextJS (on the network)

While using ReactJS, when we use the command npm start, It starts the development server on localhost:3000 and also on the network, 192.168.1.2:3000 This was super easy, I could test my app on all the devices by going into that address. Recently I started learning NextJS and when I run the command npm run dev…

Embed: DiscordAPIError: Cannot send an empty message

It’s me again.. Alright so: I’m trying to make a command that will warn users they joined a wrong server, But when I run the command, I get the Cannot send an empty msg error.. Really, any help would be appreciated! Error: Answer From discord.js v13 onwards, the API supports up to 10 embeds per me…