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 attempting to access the application through my web browser, I only receive a blank page with an HTTP status of 404. I can confirm that this isn't a network configuration issue, as it actually establishes an HTTP connection, and I can also access all of the APIs without issue. I am not utilizing any reverse proxy, I am connecting directly to the configured port.
Reproduction Steps
Create a new server with minimal mods installed.
Start the server.
Connect to the locally created web server.
The application doesn't load and just shows a blank page with a 404 status code in the dev console.
I was first experiencing this issue in a fairly large custom modpack. I uninstalled all mods besides those necessary to load the server, and I still have the issue.
The text was updated successfully, but these errors were encountered:
I just tried hosting the static content (everything in src/main/resources/assets/littlechasiu/ctm/static) on my web server and only reverse proxying /api/* and everything seems to work fine like that. It just seems to be some issue with serving the static content.
This issue appears to be to do with quilt. Running the same modpack on fabric and quilt (both using fabric api&kotlin) and both can load apis, but only fabric can show the map
Describe the Bug
When attempting to access the application through my web browser, I only receive a blank page with an HTTP status of 404. I can confirm that this isn't a network configuration issue, as it actually establishes an HTTP connection, and I can also access all of the APIs without issue. I am not utilizing any reverse proxy, I am connecting directly to the configured port.
Reproduction Steps
Expected Result
The application should load.
Screenshots and Videos
HTTP request information from Firefox devtools:
![image](https://private-user-images.githubusercontent.com/15041225/277171520-52d70b7a-600b-4203-8d6a-109447bb3bf1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODA3NzksIm5iZiI6MTczOTE4MDQ3OSwicGF0aCI6Ii8xNTA0MTIyNS8yNzcxNzE1MjAtNTJkNzBiN2EtNjAwYi00MjAzLThkNmEtMTA5NDQ3YmIzYmYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA5NDExOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiZWMzYzFkMzIyNDZkNDEzODA0ZTA5Mzc3YzdmYjE4NDU0MWQwMjI4OTYzY2U5ZTVjYjBkMGYyYjEyYWNlNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.G0CfK66xPioj-aAucHnNF5NSd0YWXPx0WqEOJwFzmO0)
Crash Report or Log
https://gist.github.com/Silveere/d6cc6e29f188c7c70985aa752c46fcab
Operating System
Arch Linux
CTM Version
1.4
Create Version
0.5.1d
Minecraft Version
1.20.1
Mod Loader
Quilt
Modloader Version
0.21.0
Instance Type
Server hosted on the same LAN
Other Mods
Additional Context
I was first experiencing this issue in a fairly large custom modpack. I uninstalled all mods besides those necessary to load the server, and I still have the issue.
The text was updated successfully, but these errors were encountered: