v1.1.0 seems to be trying to use incorrect static files
See original GitHub issue- django-json-widget version: v1.1.0
- Django version: 3.1
- Python version: 3.7
- Operating System: Linux
Description
Just upgrade to Django v3.1 and with it, to django-json-version 1.1.0. After I run collectstatic
, I get the following two files under my statics
directory
dist/jsoneditor.min.css
dist/jsoneditor.min.js
which seems to be the same as version v1.0.1.
The problem is that when running the server, the page fails to load. Looking at the browser console, I can see it is erroring out trying to find dist/jsoneditor.css
and dist/jsoneditor.js
(see how it is not the .min.
version)
What I Did
I didn’t do anything different, so unless something changed in the way Django 3.1 works, this may be a problem with the new v1.1.0 version
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Getting build error with v1.1.0 (Android) · Issue #315 - GitHub
With the release of v1.1.0, I am getting below mentioned error when building my react native android app A problem occurred configuring project ......
Read more >Express-js can't GET my static files, why? - Stack Overflow
First things first: If you base the paths of your files and directories on the cwd (current working directory), things should work as...
Read more >Configuring IIS 7 to handle static files through a Virtual Path ...
I have implemented a Virtual Path Provider (VPP) and in general it works. I am using IIS 7. What doesn't work is its...
Read more >Troubleshooting issues with the EB CLI - AWS Elastic Beanstalk
This topic lists common error messages encountered when using the EB CLI and possible solutions. If you encounter an error message not shown ......
Read more >Clang linking error MacOS Big Sur | Apple Developer Forums
Below a verbose screenshot of my build error message. Looks like it cannot link the c++ std library? I have already tried to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is fixed in version 1.1.1 - https://github.com/jmrivas86/django-json-widget/releases/tag/v1.1.1
Would be nice to add the optional (not so optional with this bug) settings to the README: