# Pydio cells 1.2.2 freeze on loading screen after installation

**URL:** https://forum.pydio.com/t/pydio-cells-1-2-2-freeze-on-loading-screen-after-installation/1930
**Category:** Pydio Cells
**Created:** [December 6, 2018, 3:30pm UTC](https://forum.pydio.com/t/pydio-cells-1-2-2-freeze-on-loading-screen-after-installation/1930 "2018-12-06T15:30:05Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![kvaps](https://yyz2.discourse-cdn.com/flex032/user_avatar/forum.pydio.com/kvaps/32/645_2.png) [@kvaps](https://forum.pydio.com/u/kvaps)
#### Post date: [December 9, 2018, 1:57pm UTC](https://forum.pydio.com/t/pydio-cells-1-2-2-freeze-on-loading-screen-after-installation/1930/13 "2018-12-09T13:57:53Z")

</div>

Same problem here, not working with kubernetes behind nginx ingress controller.

Made it working with:

```auto
        env:
        - name: CELLS_NO_SSL
          value: "0"
        - name: CELLS_BIND
          value: "0.0.0.0:8080"
        - name: CELLS_EXTERNAL
          value: "pydio.example.org"

```

Then after installing edit `/root/.config/pydio/cells/pydio.json` manually by hand:

and replace `http://pydio.example.org` to `https://pydio.example.org` (I have https backend)

But still not working, can’t create any folder/file due “404: Not found” error:

> [@Pydio Cells : cannot create folders / empty files nor delete anything](https://forum.pydio.com/t/pydio-cells-cannot-create-folders-empty-files-nor-delete-anything/1442):
>
> Hello, After completing the installation of PyDio Cells behind a Proxy, I’m confronted with a new issue. Indeed, most of the functionality seems working except the creation of new directories or files, or their deletion. File upload, and folder upload are working, and I can also create new cells. The error messages I get when trying to create a new directory or an empty file (as administrator in my personal files, but I’ve tried in other workspaces as well) . For instance, when trying to crea…

---

_[View the full topic](https://forum.pydio.com/t/pydio-cells-1-2-2-freeze-on-loading-screen-after-installation/1930)._
