Automatic changed site ui design

Hello Everyone,
My site’s UI design has suddenly changed, what do I do to get it back to the original design?

Hi there,

Check your nginx logs. it’s likely that the server doesn’t have read permission on your CSS bundles.

Hello,@peterg how to i check it you can tell me more about it.

Usually, nginx logs are located in /var/log/nginx/error.log …

Thanks i found that error.log file but Now what I do next?

Please, share the file content here … it would be helpful. :slight_smile:

Ok I share content of error.log file

2022/11/04 14:17:32 [emerg] 66484#66484: bind() to 0.0.0.0:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to [::]:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to 0.0.0.0:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to [::]:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to 0.0.0.0:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to [::]:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to 0.0.0.0:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to [::]:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to 0.0.0.0:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: bind() to [::]:80 failed (98: Unknown error)
2022/11/04 14:17:32 [emerg] 66484#66484: still could not bind()

Hello, how upper problem solve.

Hi:

Didn’t see lines with “permission denied” or something like this?

No I have not seen such a line.

But run time terminal in come error link:

Hello can any solution available for upper error?

Hi:

This error seems to be related with vue version … but, i think is not causing the original issue.

Try bench setup requirements or bench setup requirements --dev (if developer mode is activated)

But that too has no effect.

If there is any answer to my question please tell me.