Jump to content

Recommended Posts

Posted

Dear,

On Duken.nl i can't see a setting to enable PWA. I upgraded to 4.6 but i can't install the PWA app on my phone or desktop. I can do this with the IPB.com website.

Is there a hidden setting? How can i enable this for users. 

 

Posted (edited)

That was the same thing I have experienced. The application was installable after I have uploaded the icons and completed other details on the same tab. ( ACP -> Customization -> Icons & Logos )

 

Edited by ABGenc
Posted

When you inspect the page there seems to be 2 warnings for Installability.

For the second warning, there should be a response to following link but it is directed to homepage. But dont know how it is activated though. My site had the application installable a few hours after uploading the images without doing anything additional.

https://duken.nl/index.php?app=core&module=system&controller=serviceworker

For Installability to be active there are requirements. You can check the following link ;

https://web.dev/install-criteria/

resim.thumb.png.0c10fdcb0afee63d2bb524e504518df4.png

Posted (edited)

I'm using Cloud Plan. It's not working.

==========================================================================================

 

image.png.6037a33df2ff989fd47c6ca14016cdc2.png

==========================================================================================

image.jpeg.13ab3a69dd0e1d04bd14317800497648.jpeg

==========================================================================================

 

We don't have a correct image size in the descriptions. Please provide an ideal image size. 🤓

Edited by Umaar
Posted
1 hour ago, ABGenc said:

For the second warning, there should be a response to following link but it is directed to homepage. But dont know how it is activated though. My site had the application installable a few hours after uploading the images without doing anything additional.

https://duken.nl/index.php?app=core&module=system&controller=serviceworker

This is your remaining problem, something is redirecting that request to the homepage instead of showing the Service Worker JS. We don't have any redirects in this controller so I suspect it may be something third party or server related.

Posted
21 minutes ago, Umaar said:

I'm using Cloud Plan. It's not working.

==========================================================================================

 

image.png.6037a33df2ff989fd47c6ca14016cdc2.png

==========================================================================================

image.jpeg.13ab3a69dd0e1d04bd14317800497648.jpeg

==========================================================================================

 

We don't have a correct image size in the descriptions. Please provide an ideal image size. 🤓

The images with size requirements have them listed (there's only one). The other images can be whatever size you wish.

Your community is showing the PWA is installable now (don't forget the manifest file may be cached, so it may take some time for the testing service/browser to see any updates you make)

image.png

 

Posted
Just now, Stuart Silvester said:

This is your remaining problem, something is redirecting that request to the homepage instead of showing the Service Worker JS. We don't have any redirects in this controller so I suspect it may be something third party or server related.

Yes Stuart, @Duken has chosen the landing page as

start_url: "/forums/discover/"

but service worker has

const BASE_URL = "https://www.duken.nl/forums/";

I think if @Dukendisables the custom URL setting it will work

Posted
Just now, ABGenc said:

Yes Stuart, @Duken has chosen the landing page as

start_url: "/forums/discover/"

but service worker has

const BASE_URL = "https://www.duken.nl/forums/";

I think if @Dukendisables the custom URL setting it will work

I don't even see the service worker, I'm getting immediately redirected to the /forums/home/ page.

Posted

Is it because i have IPB in the /forums/  folder? 

in the root there is a index.php with a redirect to duken.nl/forums/home/

<?php
        echo "<script> location.href='https://www.duken.nl/forums/home/'; </script>";
        exit;
?>

is this the problem?

6 minutes ago, ABGenc said:

I think if @Dukendisables the custom URL setting it will work

you mean not to go to /discover?

Posted
14 minutes ago, Stuart Silvester said:

Your community is showing the PWA is installable now (don't forget the manifest file may be cached, so it may take some time for the testing service/browser to see any updates you make)

@Duken Stuart had the comment above. May be we need some time.

Posted

Ok, the start URL is changed to /forums/ now but still no install option.

image.thumb.png.03f36e3c92b2a5c96e8271550102f88a.png

27 minutes ago, Stuart Silvester said:

This is your remaining problem, something is redirecting that request to the homepage instead of showing the Service Worker JS. We don't have any redirects in this controller so I suspect it may be something third party or server related.

it was the wrong link, this is the correct one: https://www.duken.nl/forums/index.php?app=core&module=system&controller=serviceworker

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...