Skip to content
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

regeneratorRuntime is not defined #9250

Open
shomid opened this issue Apr 17, 2024 · 3 comments
Open

regeneratorRuntime is not defined #9250

shomid opened this issue Apr 17, 2024 · 3 comments
Labels

Comments

@shomid
Copy link

shomid commented Apr 17, 2024

Describe the bug

I updated Chatwood from version 3.2 to 3.7 and I get the following error when running::
Screenshot from 2024-04-17 09-41-22

To Reproduce

  1. development environment
  2. docker-compose up

Expected behavior

No response

Environment

Docker

Cloud Provider

None

Platform

Browser

Operating system

linux fedora

Browser and version

chrome Version 123.0.6312.122 (Official Build) (64-bit)

Docker (if applicable)

docker version
`Client: Docker Engine - Community
Version: 24.0.7
API version: 1.43
Go version: go1.20.10
Git commit: afdd53b
Built: Thu Oct 26 09:09:39 2023
OS/Arch: linux/amd64
Context: default

Server: Docker Engine - Community
Engine:
Version: 24.0.7
API version: 1.43 (minimum version 1.12)
Go version: go1.20.10
Git commit: 311b9ff
Built: Thu Oct 26 09:08:11 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.25
GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
runc:
Version: 1.1.10
GitCommit: v1.1.10-0-g18a0cb0
docker-init:
Version: 0.19.0
GitCommit: de40ad0
`

docker info
`Client: Docker Engine - Community
Version: 24.0.7
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.11.2
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.21.0
Path: /usr/libexec/docker/cli-plugins/docker-compose
scan: Docker Scan (Docker Inc.)
Version: v0.23.0
Path: /usr/libexec/docker/cli-plugins/docker-scan

Server:
Containers: 33
Running: 1
Paused: 0
Stopped: 32
Images: 57
Server Version: 24.0.7
Storage Driver: btrfs
Btrfs:
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc io.containerd.runc.v2
Default Runtime: runc
Init Binary: docker-init
containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
runc version: v1.1.10-0-g18a0cb0
init version: de40ad0
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.8.5-101.fc38.x86_64
Operating System: Fedora Linux 38 (Workstation Edition)
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 31.01GiB
Name: fedora
ID: SAUS:ETN3:CAMH:JVAH:JNYE:AJMI:GLZG:2KSA:VHAT:CERF:6JVM:URLL
Docker Root Dir: /var/lib/docker
Debug Mode: false
Username: shomid
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
`

docker-compose version
docker-compose version 1.29.2, build unknown docker-py version: 5.0.3 CPython version: 3.11.8 OpenSSL version: OpenSSL 3.0.9 30 May 2023

Additional context

No response

@shomid shomid added the Bug label Apr 17, 2024
Copy link

linear bot commented Apr 17, 2024

@sanjayws
Copy link

I believe, CW team mentioned that it has to be an increment of 2 major versions, e.g. in your case, you need to go from 3.2 to 3.4 then 3.4 to 3.6 then 3.6 to 3.7 or 3.8 (released today)

@shomid
Copy link
Author

shomid commented Apr 19, 2024

solved by adding import regeneratorRuntime from 'regenerator-runtime'; at the top of the app/javascript/packs/application.js file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants