Hello everyone,
I am developing a Wix app using React Native Expo, @wix/sdk and custom legacy and facing an issue with the OAuth installation flow. When trying to install the app:
- The install app URL does not work when accessed from a mobile browser (it only works on desktop).
- After switching to “Desktop Site View” on mobile and proceeding with the “ADD APP” step, it redirects to:
https://www.wix.com/installer/undefined
which results in a 404 Page Not Found error.
I have already:
Set the Redirect URL correctly in the Wix Developer Dashboard.
Verified that the Client ID is correct.
Ensured the installation process works on desktop but fails on mobile.
Has anyone faced a similar issue? Could this be related to Wix’s mobile installation process, or is there something I might be missing in the OAuth setup?
Any insights or solutions would be greatly appreciated!
Thanks in advance!