Roundcube Community Forum

Release Support => Resolved Issues => Topic started by: lperkins2 on September 09, 2017, 12:21:02 AM

Title: [SOLVED] Invalid request. No data was saved
Post by: lperkins2 on September 09, 2017, 12:21:02 AM
I spent several hours today trying to get roundcube webmail to let me log in.  The eventual error was 'Invalid request. No data was saved'.  That error message is less than useful, but I traced the program (index.php) and found it was not setting the cookies properly.  Had the CGI server dump out what it thought was going on, and spotted that the cookie was getting set, and promptly deleted.  Anyway, if you're trying to get this working via CGI (php7,  debian),  grab the latest version off github (current commit is afa03008c7da4162e1705f0e27179802001f589d), it just works with no issues. 

Title: Re: [SOLVED] Invalid request. No data was saved
Post by: ruller90 on September 20, 2017, 06:03:45 AM
Maybe you have a Incorrect webmail configuration
On the webmail node you have:
# grep https /usr/share/psa-roundcube/config/main.inc.php | grep -v '/'
$rcmail_config['force_https'] = true;
$rcmail_config['use_https'] = true;
You should set one of the option to false
Try and let me know if it helped
Title: Re: [SOLVED] Invalid request. No data was saved
Post by: Umar313 on November 12, 2022, 06:08:13 PM
any option to solve the issue without coding?