Closed thoward27 closed 10 months ago
This was actually completely my fault. I was running things through compose and happened to misconfigure my bind mount. That plus using a custom built image as a base left me in a weird spot that was hard to recognize as being so broken. Once I got my bind mounts sorted and cleared a cache dir things started working quite smoothly. My apologies for adding this noise.
Preliminary Checks
Issue Summary
No matter what I try, I cannot seem to get a new route wired into the admin dashboard.
admin/routes/custom/page.tsx == /a/custom
)I then tried to build the admin and re-run the dev server in the hopes that would help, but alas, I still just see a blank page. I've tried using
.tsx
,.jsx
, and even.js
to define a page. There are no error logs to investigate and there are no errors in the console about failing to fetch the page.I am at a total loss of what to try next. If anyone has some tips they would be greatly appreciated! If someone could even just point me to how to debug these types of failures better I would love to run through the process and even open a PR to the docs to help future folks
How can this issue be resolved?
Are you interested in working on this issue?