Bot stuck thinking
When I click on testing the bot the web page is blocked. I have no extensions to ensure login. Thanks
Got it done via Server proxy
Can you explain how exactly you solved this issue? I have the same problem.
Could it be the extension does not work combined with tapatalk?
In my case I use Caddy as a server. I had to configure it in a way such it would not block the ext. here is how the solution looks for me.
example.com { tls support@ example.com root * /var/www/example_com/html encode gzip zstd
php_fastcgi unix//run/php/php8.1-fpm.sock {
try_files {path} {path}/index.php /app.php?{query}
}
@ailabs path /ailabs/*
rewrite @ailabs /app.php{uri}?{query}
file_server
}
sorry for long reply
Can you explain how exactly you solved this issue? I have the same problem.
Could it be the extension does not work combined with tapatalk?
Can you explain how exactly you solved this issue? I have the same problem.
Could it be the extension does not work combined with tapatalk?