You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open my Developer console, I am seeing the following warnings (no warnings in my CMD):
Loading failed for the module with source “http://localhost:3000/src/assets/img/stat.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/modals.jpg?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/dropdowns.jpg?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/pricing.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/features.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/blog-posts.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/testimonials.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/team.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/content.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/pagination.png?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/alerts.jpg?import”. localhost:3000:38:1
Loading failed for the module with source “http://localhost:3000/src/assets/img/popovers.jpg?import”.
Solution
I think it is something related to the URL alias parsing in vite.config.js, but I was not able to find a solution.
Additional comments
The text was updated successfully, but these errors were encountered:
Version
2.0.0
Reproduction link
http://localhost:3000/
Operating System
Windows 11
Device
PC
Browser & Version
latest Chrome and Firefox Developer Edition (it works on MS Edge for some reason)
Steps to reproduce
What is expected?
To be able to see and use the website.
What is actually happening?
When I open http://localhost:3000/ on Firefox or Chrome, I see only white screen.
When I open my Developer console, I am seeing the following warnings (no warnings in my CMD):
Solution
I think it is something related to the URL alias parsing in vite.config.js, but I was not able to find a solution.
Additional comments
The text was updated successfully, but these errors were encountered: