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
Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making.
What will happen?
If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritise it based on its severity and how many people we think it might affect.
If needs reproduction labeled issues don't receive any substantial activity (e.g., new comments featuring a reproduction link), we'll close them. That's not because we don't care! At any point, feel free to comment with a reproduction and we'll reopen it.
How can I create a reproduction?
We have a template for starting with a minimal reproduction:
When adding public assets to nitro via a hook:
ipx will throw a 404 error. I guess ipx resolves the file directory and doesn't care if the file is reachable under '/'
├─ /ipx//ogimage.jpg (12ms) nitro 10:24:35 AM
│ ├── Error: [404] IPX_FILE_NOT_FOUND
My current workaround is to do a symlink instead.
The text was updated successfully, but these errors were encountered: