Kaike Rodrigues Zuanetti
Results
2
comments of
Kaike Rodrigues Zuanetti
Hey everyone, I had the same issue, and I worked around it using a regex: ` app.get(/.*/, (req, res) => { res.sendFile(path.resolve(__dirname, "frontend", "index.html")); }); ` Not sure if this...
@bjohansebas I tested it here, and it worked for me too! I haven’t gone deep into the discussion, but I noticed there are three workarounds for this problem. Among these—{/{*splat}},{...