Luca Krebs

Results 7 comments of Luca Krebs

Can confirm. This issue appears in safari and chrome too. (OSX only)

I suspect you're using Nginx. Are you sure your configuration is set up correctly? ```nginx location /recovery/install { try_files $uri /recovery/install/index.php$is_args$args; } location /recovery/update/ { if (!-e $request_filename){ rewrite ....

@cainytheslave I might be wrong, but for me it looks like you're enabling PHP 8.1 FPM for index.php, but you're returning 404 for every other php file. ```nginx location ~...

I can recommend the Nextcloud example. As being said they also use haveibeenpwned

Do you have any other extensions installed that match with my installed community extensions? You can find a list here atom/autocomplete-plus#989 Whats the output of `apm list`?

That sounds like the same problem I have. My colleagues have the same problem with linter turned on.

241 verbose node v8.11.3 242 verbose npm v6.3.0 243 error code ELIFECYCLE 244 error errno 1 245 error [email protected] install: `node-gyp rebuild` 245 error Exit status 1 246 error Failed...