Replies: 1 comment
-
Don't forgot the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two applications, one named
Read
, one namedAdmin
, which use the same content inApp_Data
. Weeks before, they shared the sameApp_Data
dir ( by setting the env varORCHARD_APP_DATA
), then I split the two apps to dif servers, the content inApp_Data
are copied from one app to another.Every time I reinstall my applications, I start the
Admin
and fill up theSetup
form and wait it complete the setup process. Then I copy the newly producedApp_data
toRead
application, start up theRead
application, it works well.Days before, I incidently run
git clean -df -x
and I should reinstall my applications. TheAdmin
went well, but when I start theRead
application, it always show me theSetup
page. If I filled the form, it always went wrong.how I could debug this?
by the way, this time a special thing happened. After setting up the
Admin
application, the normally used themesMe.Admin.Theme
andMe.Read.Theme
were not enabled by default, I had to mannully enable them. Before, they would be enabled auto.Beta Was this translation helpful? Give feedback.
All reactions