Gorlik

Results 21 comments of Gorlik

I have same issue. For me helped change `reactStrictMode` to `false` in `next.config.js`, but this should be fixed in different way. Error: ``` Error: Element was not created. Possibly you...

Same error here

I meet the same problem, during build sentry want create new folder but with weird path `D:\\MyProjects\\next-app\\.next\\standalone\\.next\\server\\pages\\C:\\Users\\USER\\AppData\\Local\\Temp\\sentry-zVQYAF` You see it try connect 2 paths. Error occurs on windows.

I have similar problem. It happens everytime when i switch profiles on windows

On windows i create 2 profiles ![obraz](https://user-images.githubusercontent.com/33355238/117656267-715d0900-b198-11eb-89bf-75d4dc4aaafd.png) `Gorlik` - my private profile and `work` - with work stuff when i switch from Gorlik to work appications from list ![obraz2](https://user-images.githubusercontent.com/1690930/115057451-fd527c80-9edb-11eb-9c1e-a6f59a3398f9.png) will...

Check this: https://github.com/kraiz/django-crontab/issues/130#issuecomment-1775908918

``` $app34 = "DigitalCoin" nocase ascii wide $app35 = "Electron" nocase ascii wide $app36 = "ElectrumLTC" nocase ascii wide ``` Why is there `Electron`? Because of it my electron-based app...

I cant view my docx document in /explore/ (im using Firefox) Error in console ``` Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bbrain_id%2C%20vector_id%7D for the full message or use the non-minified...

I found a solution! Check this: https://stackoverflow.com/questions/27771781/how-can-i-access-docker-set-environment-variables-from-a-cron-job update your docker files and add: ``` RUN apt-get update \ && apt-get install -y cron ``` and add to entrypoint.sh ```bash touch...

This fix problems https://github.com/bogdal/gusregon/pull/15