No content to show
User Activity
11-26-2022
Has anyone implemented Deep Links into their embedded app? I'm getting a re-direct too many times error - could it be something in the Node template or is it Shopify? no console or network errors besides this warning: Then the embedded app shows a r...
Hey, I know it's been a while since you posted this but did you find out any information? I am currently trying to do a similar task, fetching dynamic data and rendering in an app-block.
I am developing my application using the node.js template and hosted on ngrok. Whenever I refresh the page, the entire application is restarted and I am therefore put back to the home page? This has been happening the entire time, is there some speci...
Hey Diego, my 'solution' was not to call the app-proxy URL at all. So literally my api call is just https://xxx.ngrok.io/api-route - don't even bother with the proxy URL. I can finally call the backend to my Heroku hosted Postgres database. If someo...
I understand that this question has been asked in different situations, but I am genuinely confused on why my request is not going through. I have tried calling the storefront directly, thinking it would route to my proxy URL like the documentation s...
I understand that I need to set up an app proxy to make requests to my Postgres DB and for the app-extensions. However, I keep getting 404 errors for a bad URI - I'm not understanding how to do this properly. All I want to do is post to Postgres (on ...