redcodemohammed

Results 4 comments of redcodemohammed

@fasilminale Well heroku requires your app to listen on a port so you can make it work by adding this to the line in your index.js: `require("http").createServer((req, res)=>res.end("3")).listen(process.env.PORT);` At least...

@MKRhere Yeah, I had the same problem.

Do you happen to have any updates on this? I still have this issue on GNOME: 46. Kernel: Linux 6.9.9-arch1-1

I had the same issue, the problem is that the search box is hidden under the system bar, I ended up adding some top margin to the modal to make...