[Flow] Get an 404 error after switching to "production"-context
Bastian Waidelich
bastian at typo3.org
Tue Mar 3 12:10:29 CET 2015
On 03.03.15, at 12:02, Mira wrote:
Hi again,
> When I hit this command:
> ./flow flow:core:migrate
>
> I get:
> [...] Skipping My.Timbo, the working copy is dirty [...]
Core migrations generate git commits, but only if your git working copy
does not contain local changes that aren't committed yet.
If you stash/commit those changes, the core migrations should run through.
However, that probably won't solve the actual problem being that your
routing seems to behave differently depending on the context. And that
should never be the case.
Did you already compare the output of
FLOW_CONTEXT=Development ./flow routing:list
and
FLOW_CONTEXT=Production ./flow routing:list
?
--
Bastian Waidelich
More information about the Flow
mailing list