• I’m starting here because I need to start somewhere.

    I’m running a WordPress site in Google Cloud Run. I’m using wp-stateless in ephemeral mode to serve images out of a Google Cloud Storage bucket. All that works great, no issues.

    I’m also running wp-forms-pro for a couple of registration forms (register for camps, classes, etc.). At some point in the last few months (I wish I knew when exactly) wp-forms-pro stopped sending emails after a form submission. Now, you might be asking yourself, what does sending emails have to do with wp-stateless? I would ask the same question too, but wp-forms support is saying wp-stateless is the problem because it’s rewriting URLs to critical assets. That’s all they said, no details given and frankly, it sounds like a cop out.

    All that being said, are there any known issues with wp-stateless and wp-forms? I looked through the issues on this plugin’s repo and only found two issues related to wp-forms from ~6 years ago.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Eric Sopp

    (@ideric)

    Does it send the emails with WP-Stateless disabled?

    Thread Starter Mike Wallick

    (@mdwallick)

    Yes, it does.

    Plugin Author Eric Sopp

    (@ideric)

    Can you share the Info content from the Status tab? We’ll take a look. Thanks!

    Thread Starter Mike Wallick

    (@mdwallick)

    ### Server
    
    Server architecture: Linux 4.4.0 x86_64
    Web server: Apache/2.4.59 (Debian)
    MySQL version: 8.0.31-google
    PHP Version: 8.2.19
    PHP Memory Limit: 2000M
    PHP Max Input Vars: 1000
    PHP Max Post Size: 2000M
    PHP Time Limit: 600
    Max Upload Size: 2000M
    Allow URL-aware fopen Wrappers: Yes
    Loaded Extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, standard, posix, random, Reflection, Phar, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, bcmath, exif, gd, imagick, intl, mysqli, sodium, zip, Zend OPcache
    
    ### WordPress
    
    Version: 6.5.3
    Multisite: No
    Memory Limit: 40M
    Total Attachments: 221
    Image Sizes: thumbnail, medium, medium_large, large, 1536x1536, 2048x2048
    Theme: Twenty Twenty-Three 1.4
    Active Plugins: WP-Stateless 4.0.3, WPForms 1.8.8.3, WP Mail SMTP Pro 4.0.2
    
    ### WP-Stateless
    
    Version: 4.0.3
    Database Version: 1.0
    Mode: Ephemeral
    File URL Replacement: Disabled
    Supported File Types: jpg jpeg png gif pdf
    Bucket: Set
    Bucket Accessible: Yes
    Service Account JSON: Set
    Cache-Control: Default: public, max-age=36000, must-revalidate
    Delete GCS File: Enable
    Folder: %date_year/date_month%
    Domain: Not set
    Cache-Busting: Enable
    Dynamic Image Support: Disable
    Use Post Meta: Disable
    Total Files: 218
    Total File Sizes: 928
    Compatibility Files: 0
    Thread Starter Mike Wallick

    (@mdwallick)

    Much appreciated. Happy to provide any additional information.

    Plugin Author Oleksii Bolhunovskyi

    (@obolgun)

    Hello @mdwallick ,

    We released a new version 4.1.1, which includes improved compatibility with WPForms. Unfortunately we are not able to support Modern file upload in Stateless mode due to the WPForms implementation. But if you are using Ephemeral mode you should be fine.

    We appreciate if you give it a try and provide us some feedback.
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.