Sometimes the list won’t load and always show “Processing…”
Try the below solutions to solve this.
- Try disabling mod_security in your hosting. Contact the hosting provider to get help on this.
- Contact your hosting provider to increase URI length limit
- Open .env file present inside pos folder, check if the APP_URL is set correctly or not.
- APP_URL should match the POS base URL
- APP_URL should start with HTTP or HTTPS based on your website
- If using Cloudflare, Try disabling Cloudflare.
- Check you’re using the correct PHP version as mentioned in the installation document.
The above 5 steps will help resolve 99% of cases.