When running on Now hosting, either with the now dev command locally or on the actual cloud service, I was getting 500 errors for all files being requested from the _next directory. I believe this can be resolved with a Regex change to the src property for rewriting URLs to point to the index page. You can test this on regex101 here.
When running on Now hosting, either with the
now dev
command locally or on the actual cloud service, I was getting 500 errors for all files being requested from the_next
directory. I believe this can be resolved with a Regex change to thesrc
property for rewriting URLs to point to the index page. You can test this on regex101 here.