PhobosTech
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎06-15-2021 05:08 PM
Topic Started
3
Topics Started
Topic Solutions
3
Solutions
Post Count
80
Posts
Post Kudos
14
Likes

Bio: Owner / Lead Software Engineer at Phobos Technologies LLC

Community Badges

What would be a plausible explanation as to why an app's session-data suddenly stopped working for an admin panel app? Me and the sys admin went through everything, and there shouldn't be any issues...
Ok, I need to get this figured out quickly. My client is ready to launch their shop. Suddenly, the scripttags are throwing CORBS errors. So - what is the proper method for letting the browser know ...
I've come up against a bit of an issue. After reading and re-reading the docs; I'm not finding anything all too helpful. Here's the gig. I'm using your go-to php hmac verification process. Again - I...
On this page (https://help.shopify.com/en/api/storefront-api/tools/js-buy-sdk/getting-started), the documentation indicates that in order to use the JS Buy SDK, you must first register a private app;...
Or even any unofficial, but fairly well frequented chat-rooms, would be fine with me. I haven't been able to find one. It's kinda lame being the only Shopify dev that I know of for tens of m...
Does anybody know if anyone out there has built out any syntax highlighters, linters, or code completion/suggestion plugins for Jetbrains IDEs? More notably RubyMine & PHPStorm?
Don't misunderstand, I get the installation work-flow. But what I get hung on is how the work-flow propagates and uses the App URL and the Whitelisted URLs. Maybe I'm missing something; but then agai...
For instance, let's say my app is hosted at: apps.mysite.com/this-particular-app/ Every time I install it on my test sites, I get the same odd behavior. The admin URLs keep coming up as: testshop.my...
That's the basic question. The documentation seems to suggest that the GraphQL API is just as capable as the REST API; but then, there are capabilities I can only find REST documents for. Is...
I've only just started developing apps for Shopify. One of the problems I've come hard up against is the fact that a few of the most helpful tools are mac-centric. Don't get me wrong - I lo...
This might sound basic - but I've been through every setting I can find, and I don't see anything for "stay logged in". Not that it's all too much a bother, but it's a bit frustrating when I get aut...
I'm wondering if there are some header issues going on here. I've designed a system for the merchant to be able to download CSV files with pre-formatted URLs for emailing special bonuses and rewards ...
I'm almost done with an unpublished public app. I use the app bridge to tie it into the the merchant's admin panel. For one of my pages, I have a simple form for the merchant to fill out. I'm mildly...
So I'm just getting used to development in Shopify. I took on a contract and now I think I've bit off a bit more than I can chew at the moment. Here's my question: I've always set the .htaccess file...
No content to show

User Activity

Hey,  just and FYI - I had posted an answer, but the automated spam filter apparently thinks it's possible spam. So - we'll await the morning spam review process. If they don't release the answer, I'll post a new one - but they should ... I mean, it'...
That is a good question.I actually had to hack the shnippers out of my endpoints.First,  I had to configure my server to serve my server-side scripts as if they were JS files. So - for example:My endpoint file is - oh, let's call it ... my_scripttag....
Alright man, I just need to make sure I'm following what you're saying ... When you get a bulk product request, you will receive a URL query like this: shop=random.myshopify.com&ids%5B%5D=1&ids%5B%5D=2&ids%5B%5D=3What you must do is parse this URL qu...
No kidding?Why, for all sense and logic, would they design it like that?Actually, it's probably because of the 2048 URL character limit. But whatever. There should be some documentation on this.Thanks man. I never ended up adding this feature because...
ugh - sorry man, the above mentioned trick is the only locale trick/issue I'm aware of.Good luck though
Either that, or for logging and debugging purposes, or for both I do believe several error messages have an attributed error number as well.
Thanks for the insight. I've actually figured out a few pretty cool tricks with the app proxy I'll add this to the list. Much appreciated!
Ya dude,here's the error field for customerAddressCreate: customerUserErrors ([CustomerUserError!]!) List of errors that occurred executing the mutation.BulkOperationRunQuery:  userErrors ([UserError!]!) List of errors that occurred executing the mu...
I'm pretty sure those are mutation errors. checkoutUserErrors ([CheckoutUserError!]!) List of errors that occurred executing the mutation.Do you have any examples of checkoutUserErrors that you've gotten back?
oooooh - I think I might know what the problem is...It might not have anything to do with the fr locale. Do me a favor - and completely delete your proxy within your store's settings. (not on your server)Now, re-register your proxy - exactly as you h...
aahh ... ok.First off; I'd highly suggest you move to GraphQL. The REST API's are going to all be phased out; and even now some of them are breaking more and more. You should move to GraphQL as soon as possible (meaning, like tomorrow ... seriously)S...
Our apps returns HTTP response from the proxy URL has content-type : application/liquid set in headers.Following the guides here => https://help.shopify.com/en/api/guides/application-proxies.So, just to clarify; you have already registered the fr loc...
Ok, I have a few questions:What does your actual query AND PHP code look like?(ps - just a courteous reminder, don't post any keys)Are you sure the variant exists that you're trying to pull?Have you tried pulling other variants with the same code?
I'd like to thank everybody who contributed here. You have no idea how immensely you've helped me. I don't understand why the Shopify documentation is so insanely horrific. I volunteer to re-build the entire documentation. Seriously. There are a numb...
The one thing I'm still slightly worried about with using scripttags is the possibility of an MITM attack. Or heck, even a direct attempt at exploiting my scripttag endpoints. Due to the level of complexity of this app, the usual routine is not going...
This widget could not be displayed.
This widget could not be displayed.