i`ve a funny phenomena. I have updating my installation and now if i try to direkt access a page like https://my.domain.xy/dashboard i get an 404 error (on all pages per direct access), but the funny part is if i access my installation without /dashboard like https://my.domain.xy all works fine, and i can navigate through the hole page without any problems.
I´ve found this thread from Dec. 2023 > React error 404 - #4 by hillel with the similar Problem and i`ve added the REACT_URL variable to my .env file but the problem still the same
In addition to what @hillel says, when I setup a new instance, I had to copy data from either public or my data folder (I’ll have to check later) because items in the database pointed to that folder and there were errors when they couldn’t be found.
I’m back at the computer. Yes @sven.j, you are correct. It is the public folder that I needed to also copy. That is where your logo and other resources are stored.
It’s not a huge problem if not copied, more of a faff to set it all up again. I found it just easier to copy and run migrate and optimize after copying, than setting it all up again.