-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello. I am having trouble setting up a proxy to view my test changes.
My institution's view is at https://senecacollege.primo.exlibrisgroup.com/nde/home?vid=01SENC_INST:01SENC_NDE&lang=en
I have edited the proxy.const.mjs file to:
const environments = {
'MyLocal': 'https://senecacollege.primo.exlibrisgroup.com/',
}
export const PROXY_TARGET = environments['MyLocal'];
Then I run ng serve --proxy-config ./proxy/proxy.conf.mjs.
I get what looks like a success message: ** Angular Live Development Server is listening on localhost:4201, open your browser on http://localhost:4201/ **
However, when I go to http://localhost:4201/nde/home?vid=01SENC_INST:01SENC_NDE, the page is just blank.
Any ideas on what I'm doing wrong?
Metadata
Metadata
Assignees
Labels
No labels