Sergey

Results 61 comments of Sergey

@lukethacoder Thank you for sharing, you comment fixed my problem as well.

I don't have time and I don't use Plesk Onyx. Sorry

> > The whole point of this is to log front end client sided console logs right? Well, you can use it on server with CLI to send logs to...

@futureweb if you don't have root shell access I don't think you can install in via Plesk UI. If you have shell root access, install dockers and use this guide...

In new versions of react-router-dom 6.5.x and 6.6.x special characters like `@` or `~` does not work in path for route. If you have the same problem, downgrade to 6.4.x....

@FabianLars I have the same problem but only when I create a Release build on MacOs. Very strange but dev build works just fine. Here is how I create an...

To anyone facing the the issue, the problem is not window manager or OSes differences, for me, it was a security `csp` setting needed to be updated for tauri app...

@gxanshu no, I am not using grapesjs.

@sdhull best solution I found for my app is to open a new window (separate html file) and use it as drop zone with standard drop event handler in the...

@Caleb-T-Owens I hit the same wall, trying to figure out what to do in case of this error. Did you find any solutions ?