Alex_王
(Alex 王)
2023 年8 月 1 日 05:36
1
It seems that all images in the website cannot load correctly. The images url in console is not responding.
error message: “NetworkFirst.js:120 Uncaught (in promise) no-response: no-response :: [{“url”:“http://127.0.0.1:4200/uploads/default/original/1X/d5bf693dd40d319b3ee59f6d36a65adce12a8c31.png ”}]
at w._handle (http://localhost:4200/assets/workbox-84721eb2561c34fa8575f276d429c215/workbox-strategies.prod.js:1:5420 )”
Please help me thanks!
By the way, what is the storage way of discourse? How can it use the S3 storage? I figured it is using local storage in this case.
Thank you very much!!!
1 个赞
nat
(Natalie T)
2023 年8 月 1 日 05:43
2
Hey Alex, welcome. Thanks for trying out Discourse.
These errors look a bit weird. Did you deploy them using our standard installation guide? https://github.com/discourse/discourse/blob/main/docs/INSTALL.md
Or are you running this locally?
3 个赞
Alex_王
(Alex 王)
2023 年8 月 1 日 06:48
5
I run it on local
In fact, when I installed it, I realized that it couldn’t display the the logo of discourse. But at first the other pictures were temporarily displayed, but later on they were not.
And I cannot load the emoji
1 个赞
Moin
2023 年8 月 1 日 08:02
6
1 个赞
Canapin
(Coin-coin le Canapin)
2023 年8 月 1 日 09:07
7
Hi Alex,
As nat asked, is that a standard install or something else like a development install?
1 个赞
pfaffman
(Jay Pfaffman)
2023 年8 月 1 日 10:25
8
There are a bunch of things that can go wrong on a development installation.
You can use S3 as described at Configure an S3 compatible object storage provider for uploads . It’s likely very difficult to configure for development.
1 个赞
Alex_王
(Alex 王)
2023 年8 月 1 日 18:01
9
I install it on windows using WSL, following the stardard installation and I noticed that I use Ubuntu 22.04.2 LTS not ubuntu 18. Is it the possible reason?
1 个赞
I’m having the same issue on 22.04 on WSL.
1 个赞
If you installed according to the following link
Developing using Docker
Since Discourse runs in Docker, you should be able to run Discourse directly from your source directory using a Discourse development container.
Pros: No need to install any system dependencies, no configuration needed at all for setting up a development environment quickly.
Cons: Will be slightly slower than the native dev environment on Ubuntu, and much slower than a native install on MacOS.
Step 1: Install Docker
Ubuntu
curl -fsSL https:/…
I guess you can execute the following command in the project root directory every time you reopen the virtual machine:
# In one terminal:
d/rails s
# And in a separate terminal
d/ember-cli