Hi, I want to integrate into the Shopify store my app (Nextjs, React) through an Iframe, but the main problems are based on deploy errors and my app doesn’t appear in-app embeds, maybe somebody can help me?
I’m using Shopify CLI version: 3.49.3, when I’m trying to do:
shopify app deploy
I received such error like this one:
/snap/ruby/317/lib/ruby/3.2.0/bundler/installer/parallel_installer.rb:147:in
`block in worker_pool'
/snap/ruby/317/lib/ruby/3.2.0/bundler/worker.rb:62:in `apply_func'
/snap/ruby/317/lib/ruby/3.2.0/bundler/worker.rb:57:in `block in process_queue'
/snap/ruby/317/lib/ruby/3.2.0/bundler/worker.rb:54:in `loop'
/snap/ruby/317/lib/ruby/3.2.0/bundler/worker.rb:54:in `process_queue'
/snap/ruby/317/lib/ruby/3.2.0/bundler/worker.rb:90:in `block (2 levels) in
create_threads'
An error occurred while installing racc (1.7.1), and Bundler cannot continue.
In Gemfile:
theme-check was resolved to 1.15.0, which depends on
nokogiri was resolved to 1.15.4, which depends on
racc
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Using ast 2.4.2
Using bundler 2.4.10
Using liquid 5.4.0
Installing racc 1.7.1 with native extensions
I tried locally to fix this issue, but I didn’t have any results.
What could I do to fix this issue, I’ll be very grateful if somebody has a solution for this issue.