-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the app theme, getting an error when using Remix app proxy. #912
Comments
Hi there 👋
This route is first authenticated by the code in your app.tsx file. ` return json({ apiKey: process.env.SHOPIFY_API_KEY || "" }); You should not be nesting your app proxy request under your
|
Hi @lizkenyon, |
Hi there 👋 For general questions about Shopify app development, I would recommend creating a question in the .dev Community. Depending on your use case you may want to look into Theme App extensions, or customer account extensions. |
In the theme's Liquid, there will be a 302 error.
Code:
"xxx.myshopify.com" is intentionally written incorrectly.
Does anyone know what the issue is or can provide some suggestions for resolving it?
The text was updated successfully, but these errors were encountered: