Could not publish UI-Builder container to "default"

Same problem as described here and here

Mark advised in the second post to check every single page of the container for fatal errors. I found none. All pages are loading successfully. Would be nice if I can get some guidance on how to fix this.

appId: 05E292ED-47EC-0E6A-FF9A-F7BBE1800300
container: default
directory: root/web/rent

I tried to publish to root/web but it didn’t work either.

Hi @Anton_Henkelmann2

it’s not able to publish the container because of a syntax error in the styles, just fix it and try to publish again

It’s pretty strange why the error does not appear in the preview (development) mode, we’re going to investigate it

1 Like

Hey @vladimir-upirov
Thanks for the quick response (especially since it’s Sunday)!
Your solution works like a charm.

Hey @vladimir-upirov
Sorry to bother you again, but this problem occurred again. I tried to find a missing semicolon, but it was too much text to search. Would you kindly look into the logs and help me find the source of this error.

Generally speaking I believe it would be easier to solve something like this on my own with a more precise error message.

FYI: I fixed multiple occurrences of missing semicolons that weren’t shown in the preview / editor as errors. Seems to me this problem still exists.

Best,
Anton

Hello @Anton_Henkelmann2!

I’ve found a few more issues in the CSS, and I’ve fixed them:
Снимок экрана 2023-10-05 в 13.33.45

Снимок экрана 2023-10-05 в 13.49.48

But unfortunately, it’s not everything. I’ve also identified a few logic problems that need to be fixed before publishing the container. I’ll provide you with a list of pages and handlers where you’ll need to remove/replace problematic blocks (these blocks remained after deleting the associated components).

PAGE: dashboard

/ main / body / bewerbungen / sort-filter / single filter / inner filter

HANDLER: On Mounted

Снимок экрана 2023-10-05 в 13.24.08
Снимок экрана 2023-10-05 в 13.24.32

PAGE: ruleset

/ main / application / inner / criteria / Block / Container / single household member / Cell / display member

HANDLER: On Click Event

Снимок экрана 2023-10-05 в 13.55.41
Снимок экрана 2023-10-05 в 13.55.56

PAGE: ruleset

/ main / application / inner / criteria / Block / Container / single household member / Cell / add new member

HANDLER: On Click Event

Снимок экрана 2023-10-05 в 13.56.51
Снимок экрана 2023-10-05 в 13.57.05

PAGE: bewerbungsmappe

/ popup household member / inner / Block / mid / content / Block / Block / Image

HANDLER: Source URL Logic

Снимок экрана 2023-10-05 в 14.00.21
Снимок экрана 2023-10-05 в 14.00.38

PAGE: bewerbungsmappe

/ popup household member / inner / Block / right / content / Block

HANDLER: Styles Logic

Снимок экрана 2023-10-05 в 14.01.05
Снимок экрана 2023-10-05 в 14.01.15

PAGE: bewerbungsmappe

/ main / body / household / Block / Container / single household member / Cell / display member / Block / Image

HANDLER: Source URL Logic

Снимок экрана 2023-10-05 в 14.03.33
Снимок экрана 2023-10-05 в 14.03.41

PAGE: expose

/ popups / apply / Icon Button

HANDLER: On Click Event

Снимок экрана 2023-10-05 в 14.07.18
Снимок экрана 2023-10-05 в 14.07.34

PAGE: expose

/ popups / close

HANDLER: On Click Event

Снимок экрана 2023-10-05 в 14.08.10
Снимок экрана 2023-10-05 в 14.08.17

As soon as you fix these issues, I believe you’ll be able to publish the container without any problems. If you encounter any issues, please don’t hesitate to reach out – we’ll be happy to assist.

Regards,
Alexander

Hi @Alexander_Pavelko

Thanks for the fast answer!
All the errors mentioned by you got fixed. Unfortunately it still won’t let me publish.

I noticed that forking the container and deleting the page “Bewerbungsmappe” allows me to publish the container. However deleting all components of said page and resetting all settings (basically a clear page) breaks it again.

Best,
Anton

Nevermind, fixed it myself. There was an error in a custom code block that apparently broke the publish process.