N
Asked
Hello,
PWA app is installed on Android but when opened it gives 403 Forbidden error. what could be the reason? even the demo also shows the same. please help. for scanning the items this will be very helpful. / Thanks
PWA app is installed on Android but when opened it gives 403 Forbidden error. what could be the reason? even the demo also shows the same. please help. for scanning the items this will be very helpful. / Thanks
- MSAnsweredHello,
I think that might be due to the path. I will check and fix in the next week's update.
Thank you - MAAnswered**[Mian Saleem](/u/saleem)** hi,
i have problem installation stuck on server, Cannot proceed to settings step
my server using cpanel.
pls advice.
thank you very much for your help - MSAnswered**[mahfud khoirul anwar](/u/mahfudh)** Please don't ask same thing on multiple questions. This won't get you reply any sooner but will increases our burden and support time. Thank you
- NAnsweredThanks Mian
- NAnswered[@Mian Saleem](/u/saleem), I have tried with new update but that also giving same error.
- NAnsweredHello [@Mian Saleem](/u/saleem)
The PWA error got fixed by changed as below...
<!--<link rel="manifest" href="{{ asset('/build/manifest.webmanifest') }}">-->
<link rel="manifest" href="{{ asset('/build/manifest.json') }}"> - MSAnsweredHello,
I am sorry as I missed this again. The correct manifest file should be `manifest.webmanifest` in `public` folder.
```
<link rel="manifest" href="{{ asset('manifest.webmanifest') }}">
```
Thank you - NAnswered**[Mian Saleem](/u/saleem)** Oh yes! <link rel="manifest" href="{{ asset('manifest.webmanifest') }}"> also working now! thank you!
- Login to Reply