You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/deployment/heroku.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,14 @@ application will respond:
220
220
221
221
You should be seeing your Symfony application in your browser.
222
222
223
+
.. caution::
224
+
225
+
If you take your first steps on Heroku using a fresh installation of
226
+
the Symfony Standard Edition, you may run into a 404 page not found error.
227
+
This is because the route for ``/`` is defined by the AcmeDemoBundle, but the
228
+
AcmeDemoBundle is only loaded in the dev environment (check out your
229
+
``AppKernel`` class). Try opening ``/app/example`` from the AppBundle.
230
+
223
231
.. _`the original article`: https://devcenter.heroku.com/articles/getting-started-with-symfony2
224
232
.. _`signup with Heroku`: https://signup.heroku.com/signup/dc
.. _`migrating your database and files`: https://docs.platform.sh/toolstacks/php/symfony/migrate-existing-site/
0 commit comments