cr1at0rs
cr1at0rs
I am using rails 6. This is what you need to do in order to fix missing icons: - yarn add @fortawesome/fontawesome-free - import "@fortawesome/fontawesome-free/css/all.css"; to /app/javascript/packs/active_admin.js As @EvanBrightside pointed...
After adding package in server workspace via lerna: 1. Adding the package with this command `lerna add mysql packages/server` 2. Run yarn && yarn seed `lerna notice cli v3.16.4 lerna...
Any updates on this? Bumping this up.
Same here I am getting this. My version is Werkzeug==0.16.0. Probably need to bring it back to 0.15.4. M gonna try with older version and will drop an update here:...
Same error this is my updated pip freeze that fixed version for Werkzeug (Werkzeug==0.15.6): > ip(lemur) lemur@ubuntu:/www/lemur/lemur$ pip freeze > acme==0.39.0 > alembic==1.2.1 > alembic-autogenerate-enums==0.0.2 > amqp==2.5.2 > aniso8601==8.0.0 >...
Same error with version 0.15.4 as well: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling...
Commenting out these in schema.rb resolves the issue: ``` # create_table "exception_hunter_error_groups", force: :cascade do |t| # t.string "error_class_name", null: false # t.string "message" # t.integer "status", default: 0 #...
@brunvez thanks for responding. I have the extensions enabled. I am using OSX postgres.app which comes precompiled with the extensions. I am on rails 6.0.3 and ruby 2.7.1. Interestingly if...
@ecthiender yes I was able to get around it but a native type support would be awesome. Thanks for adding in enhancement tag.
@ltearno @guitargice Same here: I am struggling with the same error. I changed my file open limit too. Still crashes.. ------------------ulimit -a -------------------------------------------------------------------- File size limit on machine: core file...