HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
721 stars 177 forks source link

PHPageBuilder page not found. #103

Open sabeehhashmi opened 2 years ago

sabeehhashmi commented 2 years ago

I have followed the document but got issue image

bilalmohammedzeyada commented 2 years ago

same issue

HansSchouten commented 2 years ago

Did you include the port number in the base url in the pagebuilder.php config file?

bilalmohammedzeyada commented 2 years ago

yes, but same issue

HansSchouten commented 2 years ago

It is adding :8000 after the /, so probably that is configured wrongly in the config file.

bryanjamesdelaluya commented 2 years ago

I fixed mine by properly indicating it on APP_URL (.env) with out the /admin

MusheAbdulHakim commented 2 years ago

just make sure your APP_URL is set to the url in the browser ('http://localhost:8000'). It will fix the issue