Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
My bad, Joget passes PWA test.
It works when you have custom domain and SSL activated.
PWA checks are all green.
Just a few details needs to be fixed though:
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more
URL | Description |
---|---|
/jw/csrf | Failed to load resource: the server responded with a status of 404 () |
/jw/csrf | Failed to load resource: the server responded with a status of 404 () |
Hi,
My local Joget install is up to test PWA apps but performance is not the same as in your blog post from November.
I double checked the CRUD last (8th) setting page for cache. All are set on to be able to CRUD while offline, but the published+launched version fails at PWA section:
```
Current page does not respond with a 200 when offline
If you're building a Progressive Web App, consider using a service worker so that your app can work offline. Learn more.
start_url
does not respond with a 200 when offlineTimed out waiting for start_url to respond.
A service worker enables your web app to be reliable in unpredictable network conditions. Learn more.
Installable
Does not use HTTPS 22 insecure requests foundDoes not register a service worker that controls page and
start_url
Web app manifest meets the installability requirementsPWA Optimized
Does not redirect HTTP traffic to HTTPSConfigured for a custom splash screenSets a theme color for the address bar.Content is sized correctly for the viewportHas a
<meta name="viewport">
tag withwidth
orinitial-scale
Contains some content when JavaScript is not availableProvides a validapple-touch-icon
Additional items to manually check (3) These checks are required by the baseline PWA Checklist but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually.
Runtime Settings
Generated by Lighthouse 5.7.1
```
Indeed, there's no service worker at all (Dev tools > Application > Service Workers).
The PWA page Progressive Web Application - PWA doesn't speak about service workers.
Did I miss something?
Thanks