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
I've just upgraded my company's code base to the latest Phoenix 1.7.0
We used Umbrella structure, when I recompile the whole source code, I ran into this error on top-level Router as shown below:
Dynamic segment "/:locale/my_child_app_endpoint" not allowed when forwarding. Use a static path instead
Because this is private project so I can just show you pseudo codes in Routers which caused error:
Any workarounds for this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
I've just upgraded my company's code base to the latest Phoenix 1.7.0
We used Umbrella structure, when I recompile the whole source code, I ran into this error on top-level Router as shown below:
Because this is private project so I can just show you pseudo codes in Routers which caused error:
Any workarounds for this? Thanks in advance!
The text was updated successfully, but these errors were encountered: