blur-admin icon indicating copy to clipboard operation
blur-admin copied to clipboard

cannot access the newly created page

Open 0xd5dc opened this issue 8 years ago • 11 comments

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

0xd5dc avatar Aug 01 '16 10:08 0xd5dc

I resolved my issue.

0xd5dc avatar Aug 03 '16 15:08 0xd5dc

@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

PriyankaDhumane avatar Sep 26 '16 09:09 PriyankaDhumane

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...

tamilselvan719 avatar Sep 27 '16 06:09 tamilselvan719

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).

PriyankaDhumane avatar Sep 27 '16 07:09 PriyankaDhumane

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...

tamilselvan719 avatar Sep 28 '16 04:09 tamilselvan719

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.

0xd5dc avatar Nov 20 '16 23:11 0xd5dc

@PriyankaDhumane namespace can cause in some cases.

0xd5dc avatar Nov 20 '16 23:11 0xd5dc

my problem is caused by the myNewPage controller, can be resolved if the controller file is commented out

0xd5dc avatar Nov 20 '16 23:11 0xd5dc

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

dhamodharanbaskar avatar Nov 23 '16 07:11 dhamodharanbaskar

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

caduhigueras avatar Apr 26 '17 14:04 caduhigueras

Step 2) is function routeConfig() {

Step 4) is function routeConfig($stateProvider) {

Don't forget your $stateProvider

slfan2013 avatar Jun 27 '18 00:06 slfan2013