"Something unexpected happened" when navigating to a url that ends in `#`
See original GitHub issueIt seems like any URL ending in #
will easily trigger this error if you useClientRouter
, like http://localhost:3000/signup#
. Don’t see any negative impact really, just saw the console message and figured I’d let ya know!
I’m on v0.1.0-beta.26, vite 2.1.4.
Uncaught (in promise) Error: [vite-plugin-ssr][Internal Error] Something unexpected happened. Please open a new issue at https://github.com/brillout/vite-plugin-ssr/issues/new and include this error stack.
at newError2 (newError.ts:18)
at assert (assert.ts:20)
at getUrl (getUrl.client.ts:13)
at fetchAndRender (useClientRouter.client.ts:78)
at useClientRouter.client.ts:55
at useClientRouter.client.ts:219
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Error "Something unexpected went wrong with this url" in ...
The cause of this error is that the entry selected in Default Apps for handling HTTP links is invalid. You ...
Read more >Something Unexpected Went Wrong with This URL When ...
The issue is likely caused by corruption or conflict of default web browser setting on Windows operating system especially on system that ...
Read more >We apologize but something unexpected happened. Please ...
Chrome console logs show that there is a websocket connection to "to our URL" failed. The cxbus.min.js file is producing the following error ......
Read more >FIX Microsoft Store Error "Something Unexpected Happened ...
Windows Powershell Command: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.
Read more >Error: Site Settings Navigation - SharePoint Stack Exchange
1 Answer 1 · Ensure Managed Metadata Service / Connections are functioning without problems · If recent changes were made to terms, these...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’ll soon be out of beta btw 😃. One last breaking change is coming.
Fix released in
0.1.0-beta.31
.