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 have the same problem in version 14.2.4 with a code very similar to this one, it works well in the development environment but in the production environment after doing the build it redirects me without showing the modal and it does it locally when using the start command instead of dev without deploying to any hosting
Link to the code that reproduces this issue
https://github.com/478732/temp
To Reproduce
Current vs. Expected behavior
Current behavior
Expected behavior
Description
I am trying to make a feature where
when you click on a specific element, a black box appears.
To make this feature, I am using the "intercepting routes" feature.
It works fine locally, but does not work in production.
Locally, on localhost:3000, when I click on the text "Image 1", a black box appears.
However, in production at https://resplendent-halva-bdccd9.netlify.app/
when I click on the text, "Image 1", I am taken to another page (unexpected)
A black box should be appearing.
My code is similar to vercel's nextgram app found at https://github.com/vercel/nextgram
Video showing problem
demo.mov
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
No response
The text was updated successfully, but these errors were encountered: