It started with this error randomly( I usually get kanvas up and running by mesheryctl system start and port-forwarding to 9081), the day before everything was working fine.
Upon receiving some guidance(from Darshan), I followed these steps to switch context, because it seemed like a case of misconfigured server or incorrect context.
-
Restart mesheryctl:-
mesheryctl system restart -
Create context to point at localhost:9081:-
mesheryctl system context create any-name —urlhttp://localhost:9081 -
Switch to use this as active context:
mesheryctl system context switch any-name -
Now login:-
mesheryctl system login -
U can also use
mesheryctl system checkto confirm for any authentication issues -
Now make sure to reopen your private browser and run localhost 9081
And it worked for a while( 2 mins to be precise ), but I started seeing weird behaviour. The page does not load properly, I can’t open my pre-existing designs and can’t deploy a design.


