What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hello. I'm still working through the Bootcamp and am having another issue with creating a CMS page.
Hello. I'm still working through the Bootcamp and am having another issue with creating a CMS page. I've defined the my-offers.twig file and created the CMS page in backend but whenever I try and browse to /de/my-offers or /en/my-offers I get a 404 page.
Here is my twig file (/data/shop/development/current/src/Pyz/Shared/Cms/Theme/default/templates/my-offers/my-offers.twig):{% *extends* template('page-layout-main')
%}
{% *define* data
=
{
title: _view.pageTitle
| default('global.spryker.shop'
| trans),
metaTitle: _view.pageTitle
| default('global.spryker.shop'
| trans),
metaDescription: _view.pageDescription
| default(''),
metaKeywords: _view.pageKeywords
| default('')
}
%}
{% *block* title
%}
<!-- CMS_PLACEHOLDER : "title" -->
<*h3*>{{ spyCms('title')
| raw
}}</*h3*>
{% *endblock* %}
{% *block* content
%}
<!-- CMS_PLACEHOLDER : "content" -->
<*div* class=_"box"_>
{{ spyCms('content')
| raw
}}
</*div*>
{% *endblock* %}
Attached is a screenshot of my backend CMS page and the 404 page. Any help would be much appreciated.
Comments
-
Hi! The CMS page is still a draft. The routes should become available, when you click the 'Publish' Button in Zed.
0 -
I would go for some steps like:
• Check is it active
• Check is it published
• Check the store
• Check the url
Usually it helps.
If no:
• Check project updates
• Check new versions of packages (at least logs for updates, what if the issue was already fixed)
If no:
• Debug the whole P&S process (like make sure that page is published, synchronised, the url is in the spy_url table, that data is in the redis and ES etc)0 -
do you have access to yuor rabbitmq admin console?
0 -
it might be the case that your queue workers are not running and the publishing event is thus not properly processed
0 -
@UJN2JRU4F that worked! Thanks! I had to run
vendor/bin/console queue:worker:start
. Once that was done I republished the CMS page and the 404 error went away. Thanks again.0 -
Good to hear 👍
0 -
HI Marco, I too facing the same issue, I started the queue worker as well with vendor/bin/console queue:worker:start but no luck, plz help.
0 -
I guess the file is not getting synchronized, its keep saying syncing, what could be the issue.
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random