Jump to content

4.6 - PWA not active?


Recommended Posts

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. 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

4 minutes ago, Stuart Silvester said:

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

I get it through Chrome - Inspect ;

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

resim.thumb.png.3069ac1c830a75399f336811be95023b.png

2 minutes ago, Duken said:

you mean not to go to /discover?

Yes, just to test disable the following setting

resim.png.0dc5d9108548297e146e6252b94a2903.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Recently Browsing   0 members

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