Vitaly Liber
Vitaly Liber
Scroll restoration happens too early before the page gets rendered after hitting browser back button
@pavlo-vasylkivskyi-scx thank you! I little bit changed your code for using with functional component. ```javascript import Router from 'next/router' let cachedScrollPositions = []; const Home = props => { useEffect(()...
@hannigand thank you. I replaced icons and after reinstall an app it works!
I solved this issue: >> dokku config imgproxy ``` =====> imgproxy env vars DOKKU_APP_RESTORE: 1 DOKKU_DOCKERFILE_PORTS: 8080/tcp DOKKU_LETSENCRYPT_EMAIL: [email protected] DOKKU_PROXY_PORT: 80 DOKKU_PROXY_PORT_MAP: http:80:5000 ``` >> dokku proxy:ports-remove imgproxy http:80:5000 ```...
@antonkulyk thank you!
It will be great to see the Bun support!
The same issue =(