Can not submit a NEXT.js form that changes some variables in a context file that is exported to another display page
I have 3 main files in my next.js Project. My settings are: no /src, yes App Router, yes Typescript, contains app/ folder. My main goal is to display some values that are updated through a form, in another page using React Contexts.