Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

MySQL Session Storage Issue with Shopify Scope Requests

MySQL Session Storage Issue with Shopify Scope Requests

erdemmcankaya
Shopify Partner
1 0 1

I'm currently having a problem with my Shopify application's MySQL session storage and I'm hoping someone here might be able to assist me.

When I define my scope as "write_products,read_products,read_price_rules,write_price_rules", the session appears to only store "write_products" and "write_price_rules". Despite numerous attempts, I have not been successful in rectifying this situation.

Here's the procedure I've been following:

  1. Define scope as "write_products,read_products,read_price_rules,write_price_rules"
  2. Initiate session storage
  3. Confirm session storage

Expected result: The session should store all of the defined scopes - "write_products", "read_products", "read_price_rules", "write_price_rules".

Actual result: The session is only storing "write_products" and "write_price_rules".

Does anyone have any idea why this might be happening? I would greatly appreciate any insights or suggestions to solve this issue.

Replies 0 (0)