No problem! I’ve never deployed on a subfolder before, so I’m not the best person to continue assisting in this case - but the screenshots you’ve posted should now allow others to spot any possible problems.
Good luck!
P.S.: For a more “stress-free” deployment, consider deploying to a subdomain instead of a subfolder
Hi, can you show us more info?
In chrome dev tools - network (reload again), you can see in red, the bad calls, so point your mouse and check the url.
I barely remember having some troubles with the “auto add base” in some projects in subfolders.
For example: www.domain.com/index.php was redirected to www.domain.com/“projectname”/index.php
I tried to do that but I think that feature is enabled in the "how to" category only. It looks like I can't even change the topic/category after the post have been couple days old.
When I initially created that page, I hadn’t setup production target. That might be the reason it was using the development base url.
It seems the old pages before creating the production target persist the old base url and doesn’t update it. (That’s a good behaviour since, someone might want to change the base url manually)
It seems the new page created will automatically inherit the new base url.