Hi everyone,
I’m building a Wix app with self-hosting framework.
When open settings panel URL from editor, the request is lacking of some other query params like: instance, origCompId,…
Here’s the request from my app (Upload and share screenshots and images - print screen online | Snipboard.io) and here’s the request I woud like to get (Upload and share screenshots and images - print screen online | Snipboard.io).
Am I missing anything here?
Thanks,
Justin
Hello,
Are you using wix headless docs?
The url looks like you are missing your access token. You may need to go through the docs and look into wix oauth. You could be skipping those steps.
Actually, no. Here’s the tutorial I’m following
Gotcha, that helps.
I did manage to find a GitHub repo of an example of a self hosted app. I’m not sure if you have seen this but you can browse their framework to see if it helps.
You could clone this repo and run the next js app in your own IDE to see how it works.
Yes. I’ve checked this repo but example app doesn’t have any site widget extension