We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gno.mod
When browsing a realm on gno.land, when clicking on the gno.mod file of the sources, it returns a 404 error.
Example with https://gno.land/r/gnoland/blog/gno.mod
This only occurs for realms and not packages.
Both locally with gnodev and in https://gno.land
gnodev
It should display the content of the file
It returns a 404 error
Fix incoming in a PR
The text was updated successfully, but these errors were encountered:
fix: Handle .mod files for realms in gnoweb (#2278)
fabf6c8
Fixes #2277 to render `.mod` files for realms Before: ![image](https://github.com/gnolang/gno/assets/49811529/6ef8e4a0-76b7-4a2c-9720-9158e9d67d08) After: ![image](https://github.com/gnolang/gno/assets/49811529/20d0876d-eee6-4c3b-a74f-22c0314f074e) <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details>
Successfully merging a pull request may close this issue.
gno.mod
Description
When browsing a realm on gno.land, when clicking on the
gno.mod
file of the sources, it returns a 404 error.Example with https://gno.land/r/gnoland/blog/gno.mod
This only occurs for realms and not packages.
Your environment
Both locally with
gnodev
and in https://gno.landSteps to reproduce
gno.mod
fileExpected behaviour
It should display the content of the file
Actual behaviour
It returns a 404 error
Proposed solution
Fix incoming in a PR
The text was updated successfully, but these errors were encountered: