Url doesn't work

Domain Information for Workers & Pages

Domain: bota-apex.int.eu.org


Issue Description

Hello, this is Holdulv from the Bota Apex team. We are still encountering an issue when trying to load the post at https://bota-apex.int.eu.org/ran/mewkas-data-woes-project-on-hold-questions-abound. Instead of displaying the post’s full content—including the title, content, and date—it only shows the landing page. This issue does not occur on the main post listing page at https://bota-apex.int.eu.org/ran/ or the homepage https://bota-apex.int.eu.org/, where posts load correctly.

Despite our efforts, the issue persists.

Best regards,
Holdulv
Bota Apex Team


Steps Taken to Resolve the Issue

  • Added a 404.html file to the root
  • Added a _redirects file to the domain.
  • Implemented debuggers to check for issues with our API.
  • Configured a worker binding for additional functionality.

Despite these steps, the problem remains unresolved. We would appreciate further assistance in troubleshooting this issue.

Hey there,

From the description of the problem it is possible that the requested asset was not found, resulting in a 404 error. If you do not have a 404.html file at the root folder then Cloudflare Pages would assume the page is a Single Page Application (SPA) resulting in any 404 error returning the index page of your SPA. I would suggest double-checking that the URL path you are using to route the posts are correct and match with your folder structure so that a 404 is not emitted, and the correct page is served instead.

1 Like

We created 404.html file at our root, but the issue still seems to occur even if we use the correct URL.

Example: https://bota-apex.int.eu.org/ran/mewkas-data-woes-project-on-hold-questions-abound
It uses /ran/slug. We have page called slug, which should change based on the post.
/ran/slug: Post - Bota Apex

Best regards,
Holdulv
Bota Apex Team