blur-admin
blur-admin copied to clipboard
cannot access the newly created page
I followed the steps from the documentation to create a new page and the new page didn't show on the sidebar nor is accessible using its url.
It seems to me it didn't register the url.
steps before I create the new page git clone npm install git checkout -b mybranch
I resolved my issue.
@summermick Hi. I am able to view my new page on sidebar but not able to load it. It is giving me 500 internal server error. Could you please help me to resolve the issue ? #138
I followed the create new page docs, and it worked fine for me, just double check you routing... and verify that your states are correct...
Issue is resolved but I added my newPageFolder to Public folder. We need to maintain 2 copies of the same page. So is there any way we can automatically reflect changes to public folder (from src folder).
are you still using gulp:serve cmd to run the app each time... if yes, you don't have to have them in build dir...
I ran into the same problem again...and don't remember how I fixed last time. But it should have something to do with the cache.
@PriyankaDhumane namespace can cause in some cases.
my problem is caused by the myNewPage controller, can be resolved if the controller file is commented out
hi friends me facing a same issue followed the steps asap given created a new directory done file mapping included into pages.module.js then what should be done to display our page in the dashboard once i execute the gulp serve
Guys, I've had the same issue. resolved it by adding 'BlurAdmin.pages.myNewPage',
after 'BlurAdmin.pages.profile',
on src/app/pages/pages.modules.js
Step 2) is
function routeConfig() {
Step 4) is
function routeConfig($stateProvider) {
Don't forget your $stateProvider