Results 14 comments of Rangel Stoilov

same for me. Using ubuntu 21.04 and zsh.

I have the same issue. Over to the mautic repo they say its not a mautic issue but a server configuration problem. I went over the suggestions in https://github.com/mautic/mautic/issues/7577 with...

Ok adding `$_SERVER['HTTPS'] = 'on';` to the `index.php` seems to have resolved the issue. To get inside the docker bash type: `docker exec -it bash` And to edit the `index.php`...

Yeah I have the same issue. I have found out that removing the .cache folder and the public folder fixes it. I think the cache is the problem as some...

@Mactub07 Have the same problem as the issue. The suggested solution does not solve the problem for me. I am trying to run tge application on Android

@Mactub07 ![error](https://user-images.githubusercontent.com/22402693/36150636-f672d392-10cc-11e8-86a8-87600c02ec19.png) react-native: **0.52.0** I changed the prototype import to `import PropTypes from 'prop-types';` as you suggested. Also I have ran the react-native link command. I got this as message:...

@Mactub07 Yes I did the same command as in the description `react-native link react-native-sketch-view`

@Mactub07 Any idea how can I do that? I am searching for 2 hours now and I can find only tutorials for iOS manual linking. Even in the documentation it...

@Mactub07 This was very helpful. It helped me realise that I was creating expo projects that are not linking the packages correctly. I created a new project with **react-native init**...

@drptbl we are also facing this issue as well inside GH actions with `@synthetixio/synpress "2.3.2"` I can tell you that the tests we did fail with > `cy.task('acceptMetamaskAccess')` failed with...