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
After multiple exports, the variable in the request consistently produces an empty array.
Each URL parameter, such as :token, should be recognized as a variable.
After investigating the issue, I found that in the RouteProcessor class, the processRequest function is still searching for {params} enclosed in curly braces. However, the current implementation now uses :params with a colon.
Please update the regex in the processRequest function to handle :params correctly.
The text was updated successfully, but these errors were encountered:
After multiple exports, the variable in the request consistently produces an empty array.
Each URL parameter, such as :token, should be recognized as a variable.
After investigating the issue, I found that in the RouteProcessor class, the processRequest function is still searching for {params} enclosed in curly braces. However, the current implementation now uses :params with a colon.
Please update the regex in the processRequest function to handle :params correctly.
The text was updated successfully, but these errors were encountered: