When I run my solution with "saf run", the portal launch page is empty (black screen). This occurred when migrating in glow version 0.4.0 and portal 0.5.0.
How can I solve this ?
This was caused by a bad setting of my javascript in my Registry Keys (maybe some program I installed modify that somehow).
This is how to fix it (you can check Pernelle's message with screenshots in this thread): 1. Open Registry Editor (type regedit in your "search" bar of windows) 2. Go to Computer\HKEY_CLASSES_ROOT\.js 3. Right-click and delete Content-Type key 4. Reboot your computer
That's it!
NOTA: you can by-pass the portal anytime by using saf run --project name_of_my_project This will directly launch your project name_of_my_project if it exists, or it'll be created.
Adding a few screenshots to help people find what needs to be deleted: 1. 2. 3. 4.
Nice catch @Romain Lejeune !
All credits to @Valérie Gelbgras , @Babacar and @daveek