-
Notifications
You must be signed in to change notification settings - Fork 508
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
Missing resources #32
Comments
The issue has been fixed. Just make pull from the repository and clear app cache. |
Issue has been fixed. If you pull now you will need to add manually the following fields to the corresponding tables in DB (see /database/migrations):
|
send_logs:
conversations:
threads:
|
Hi, thank you Icons are loaded correctly now |
ghost
mentioned this issue
Apr 15, 2021
Closed
This was referenced Jun 4, 2021
Closed
ghost
mentioned this issue
Feb 28, 2022
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
now that I was able to load the application using Apache web server, there are few issues with loading resources, like image files and font files
This is what I get in the browser console
For example, it is trying to load font and image files from the following URL:
https://my_domain/css/img/loader-main.gif
https://my_domain/css/fonts/glyphicons/glyphicons-halflings-regular.woff2
As you can see, font files URL is wrong. It should be
https://my_domain/fonts/glyphicons/glyphicons-halflings-regular.woff2
It seems like something is still missing from the Apache configuration of virtual host
The text was updated successfully, but these errors were encountered: