Hi all, hope you're doing well. I'm facing some is...
# suitescript
a
Hi all, hope you're doing well. I'm facing some issue with SSP application with version 2.x. After create SSP application root url not working. Showing blank page. index.ssp
Copy code
<%@ NApiVersion="2.x" %>
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Sony Portal</title>
    </head>
    <body>
        <h1>Hello World!</h1>
    </body>
    </html>
You're response will be highly appreciated.