-
Notifications
You must be signed in to change notification settings - Fork 128
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
[Bug]: problem with deploy of new app version #4165
Comments
While this bug is fixed if you don't want your file to be changed on each deployment I suggest adding this to your
[webhooks]
api_version = "2024-07"
[[webhooks.subscriptions]]
- uri = "webhooks/customers/data_request"
+ uri = "https://shop.releva.ai/webhooks/customers/data_request"
compliance_topics = [ "customers/data_request" ]
[[webhooks.subscriptions]]
- uri = "webhooks/customers/redact"
+ uri = "https://shop.releva.ai/webhooks/customers/redact"
compliance_topics = [ "customers/redact" ]
|
Hi! Relative URLs must start with a slash, like I'll improve that error message to mention that. |
I think the functionality that creates the file Because if you try to run the command and you do not have this file in your directory it is produced without the slash. |
Hmm it should add the slash, I'm not able to reproduce...
|
There were a couple of fixes related to relative webhooks, so I think this issue should be fixed. Please let us know if you still see something wrong. |
Please confirm that you have:
In which of these areas are you experiencing a problem?
App
Expected behavior
It should delpoy the new version of our application in shopify
Actual behavior
It is not delpoying it and constantly gives the same error, even if I remove the created
shopify.app.relevaai.toml
Verbose output
Reproduction steps
shopify.app.relevaai.toml
npm run deploy -- --reset
.shopify.app.relevaai.toml
but it gets overwritten everytime I runshopify app deploy --reset
This is the
shopify.app.relevaai.toml
that's get generated:Operating System
Ubuntu, Mac OS
Shopify CLI version (check your project's
package.json
if you're not sure)3.58.2
Shell
bash, zsh
Node version (run
node -v
if you're not sure)v21.6.1
What language and version are you using in your application?
Ruby 3.1.2
The text was updated successfully, but these errors were encountered: