Hi everyone, I hope you’re all doing great!
I want to create my own custom page on “No shop provided” and I tried to find where is the route that is responsible for rendering that page and I found this -
app.use(“/*”, shopify.ensureInstalledOnShop(), async (_req, res, _next)
I do think that the **shopify.ensureInstalledOnShop()** middleware is returning that html. Maybe there’s a way to modify that middleware into returning or rendering your own custom “No shop provided” page.
P.S. I am using shopify (express, react, vite) and using the old **./web** folder.
Thanks in advance!