.ENV file in https://replit.com/

Absolutely everything is the same

please create your own topic in which you share your project. Itā€™s impossible to help you without you sharing your code

If you create your own one I will try and help you :slight_smile:

Omg I figured it out. I wrote the following tag at the end of my router and the code didnā€™t work because of that.
app.use((req, res) => {
res.send(ā€œError 404ā€)
})
However, I have no idea why it didnā€™t work haha

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.