phpbb_ailabs icon indicating copy to clipboard operation
phpbb_ailabs copied to clipboard

Bot stuck thinking

Open DunaSpice opened this issue 11 months ago • 3 comments

When I click on testing the bot the web page is blocked. I have no extensions to ensure login. Thanks

DunaSpice avatar Mar 05 '25 06:03 DunaSpice

Got it done via Server proxy

DunaSpice avatar Mar 09 '25 03:03 DunaSpice

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?

goztow avatar Mar 22 '25 14:03 goztow

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?

DunaSpice avatar Mar 29 '25 02:03 DunaSpice