You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently having an issue with this library in a Laravel 10 application.
The issue is that on both Android and iOS accepting the cookie consent when my local development traffic is tunneled through Ngrok doesn't do anything, the consent box will not disappear.
I Might be missing something basic but i have updated to the latest version of the library 1.1.0. I have tried changing the APP_URL in my .env file to the Ngrok domain i'm given and I've also tried updating the domain in the cookieconsent.php file, nothing yet has fixed this.
The consent pop-up displays and closes as expected on my Windows and Linux desktop browsers when traffic is tunneled through Ngrok but the cookie is not set.
Steps to reproduce:
Install any version of this library
Tunnel traffic through Ngrok
Open the application on a mobile phone web browser
Press the "Accept all" or "Only essentials" buttons
Any help or suggestions are much appreciated.
The text was updated successfully, but these errors were encountered:
I'm currently having an issue with this library in a Laravel 10 application.
The issue is that on both Android and iOS accepting the cookie consent when my local development traffic is tunneled through Ngrok doesn't do anything, the consent box will not disappear.
I Might be missing something basic but i have updated to the latest version of the library
1.1.0
. I have tried changing theAPP_URL
in my.env
file to the Ngrok domain i'm given and I've also tried updating the domain in thecookieconsent.php
file, nothing yet has fixed this.The consent pop-up displays and closes as expected on my Windows and Linux desktop browsers when traffic is tunneled through Ngrok but the cookie is not set.
Steps to reproduce:
Any help or suggestions are much appreciated.
The text was updated successfully, but these errors were encountered: