You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently encountering an issue while trying to install Mautic 5 using Docker, and I am looking for some help or suggestions to resolve this.
Issue Description:
Everything in the installation process appears to work fine until I try to advance past the initial setup screen. When I click the "next step" button, I encounter a JavaScript error in the browser console that prevents me from proceeding.
Error Details:
install.js?v4fd533b2:6 Uncaught TypeError: mQuery is not a function
at Object.showWaitMessage (install.js?v4fd533b2:6:13)
at HTMLButtonElement.onclick (1:415:18)
This error occurs when I attempt to move to the next step of the installation, effectively halting the process.
Steps to Reproduce:
Set up Mautic 5 installation using Docker.
Proceed to the initial setup screen.
Click the "next step" button.
Attempts to Resolve:
I've checked for any missing dependencies or configuration issues but haven't found anything that directly addresses this problem.
Has anyone else encountered this or a similar issue? Any advice or troubleshooting tips would be greatly appreciated.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I am currently encountering an issue while trying to install Mautic 5 using Docker, and I am looking for some help or suggestions to resolve this.
Issue Description:
Everything in the installation process appears to work fine until I try to advance past the initial setup screen. When I click the "next step" button, I encounter a JavaScript error in the browser console that prevents me from proceeding.
Error Details:
This error occurs when I attempt to move to the next step of the installation, effectively halting the process.
Steps to Reproduce:
Attempts to Resolve:
Has anyone else encountered this or a similar issue? Any advice or troubleshooting tips would be greatly appreciated.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: