I'm getting a blank page after upgrading @netlify/remix-edge-adapter to v. 1.1.0 #107
Unanswered
nickytonline
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you have been using the Remix template for Netlify Edge Functions prior to #105 being merged, if you upgrade the
@netlify/remix-edge-adapter
to1.1.0
or greater, you will get a blank page when starting up your site (local development or deployed).You need to update your routes to conform to the new v2 routing of Remix. Convert your
app/routes/index.tsx
orapp/routes/index.jsx
toapp/routes/_index.tsx
orapp/routes/_index.jsx
. And other routes will need to conform to new way. For more information, see https://remix.run/docs/en/main/file-conventions/route-files-v2.If you have been using the Remix template for Netlify Functions and want to more to the new routing, also see https://remix.run/docs/en/main/file-conventions/route-files-v2.
Beta Was this translation helpful? Give feedback.
All reactions