All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi @Jitali_2103 ,
This is Theodore from PageFly - Shopify Page Builder App.
Unexpected login redirects after saving data in your Shopify WhatsApp Chat app point to a glitch in the form submission process. Here's how to fix it:
Check the Form: Verify it submits data correctly (standard form or AJAX request) to the right endpoint within your app.
Review Server Logic: Ensure your app's server processes data successfully and redirects to the intended page (chat settings) after saving.
Inspect Errors: Open browser's developer console (F12) and look for errors during form submission.
Session Expiry (Less Likely): If you use Shopify authentication, make sure the session is valid during data submission.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @PageFly-Theodor,
I have checked all the points you mentioned.
Submits data correctly to the correct endpoint.
We are not redirected to any desired page (chat settings) just a popup message is shown, and it is shown.
We don't see any error in console while submitting the form.
I have not used session till now.