I am having trouble with loading some files like jquery.js and icons. I have followed the instructions on Docker Dev Guide and apart from some problems with CRLF/LF linebreaks it all went smoothly. Server is up and running at port 5000 and webpack is running at port 8080. But, some elements on initial setup page will not load and I am getting the errors below in the attached image.
I am pretty new to this whole scene so I might have done something obvious that should not have been done but I have tried everything I knew.
Nice . Then I’m not that sure why npm run build didn’t make assets available (perhaps some issue with the command).
For development purposes you can use localhost:8080. It’s also likely that after it worked in there, it will also work if you come back to localhost:5000 now.
Looking at this more closely it seems the problem is your shell on Windows does not support the rm command (which is normal in cmd.exe since rm is a unix command). You’ll need to use a shell which supports rm. I believe the new windows terminal can do it. Else you can do it with WSL.
Yes, I’m having an internal problem here inside the company because it’s not allowed to access the Microsoft Store, and I have a Windows 10 machine. That would be necessary to use WSL, for example. So, there should be a second option.
I wish I had a better answer for you. None of the Redash devs use Windows (for exactly this kind of reason). I’m not sure anyone here can help you debug it.