fuma-nama / discord-bot-dashboard-next

The Most Powerful Discord bot Dashboard Template
https://demo-bot.vercel.app
MIT License
177 stars 61 forks source link

Language system doesnt works #11

Closed MegalithOfficial closed 1 year ago

MegalithOfficial commented 1 year ago

I did everythink which is in Docs but it didnt worked image image image

fuma-nama commented 1 year ago

You need to update the next.js configuration Documentation

MegalithOfficial commented 1 year ago

also can i make the backend api with express.js ?

fuma-nama commented 1 year ago

also can i make the backend api with express.js?

Nest.js actually uses express.js under the hood, there's definitely no problem to use express.js directly

Also, we have a guide to develop your own server, you are able to write the backend in any programming language such as Go, Java, Rust, or even Python