404 not found when publishing or deploying

Hello, I published my project with the plasmic hosting and received the 404 not found error on the page.

I tried to host it locally with the API key (into a nuxt framework) and the same error occur, there is no page on the website.

Then I tried to host it on Vercel through GitHub pages, same.

The website doesn’t work, I also test it with the free templates that provide Plasmic, even when I try to publish their templates it doesn’t work.

The problem seem to come from Plasmic, am I the only one realizing that?

I can’t see the website entire code because the code itself is hosted in plasmic so we’re locked in and the code generation is only a code with the API redirecting on plasmic not the code of the website like in wordpress.

Nevertheless, I really enjoyed this builder so I accepted using this architecture full of API if I use the right optimization with CDN and so on.

But now that I can’t see my published website or even understand where in the code there is a problem, I have no opportunity to progress, this is frustrating.

I don’t know what to do now…

The project: https://trululu.plasmic.run/

https://studio.plasmic.app/projects/8PwgGRpqC1sfX2e6Md5Z7h

One of the template provided by plasmic (not working either): https://testiboule.plasmic.run/

Thank you if you can resolve the issue.

Hello @sendel,

I believe the issue might be that you don’t have a homepage in your project.
By going to Catalogue or Accueil you can see that your page is working.

You thing I noticed in your project while inspecting it is that you have some invalid nesting issues. You can check those in the issues tab in the left pane and clicking in deep inspect. From what I can see, they are mostly in the Navigation and in the Footer, caused by nested links (Buttons with links inside while already being a link). This invalid nesting will cause your page to render slower because they won’t be able to be generated server side.