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
Uncaught DOMException: Failed to execute 'pushState' on 'History': A history state object with URL 'http://:last/' cannot be created in a document with origin 'http://localhost:5000' and URL 'http://localhost:5000/:first/next/:last'.
The text was updated successfully, but these errors were encountered:
This is a continuation of the previous #111 .
I was now experimenting with multiple parameters per URL.
PROBLEM: URL (
http://localhost:5000/first/next
)http://localhost:5000/first
missing/next
PROBLEM: URL (
http://localhost:5000/first/next/last
)http://localhost:5000/first/last
missing middle/next/
PROBLEM: URL (
http://localhost:5000/:first/next/:last
)Browser Console Log with Exception:
The text was updated successfully, but these errors were encountered: