appsup-dart / openid_client

Library for working with OpenID Connect and implementing clients.
BSD 3-Clause "New" or "Revised" License
89 stars 117 forks source link

page not found #88

Open RaitonGG opened 1 year ago

RaitonGG commented 1 year ago

when running this I get am error

I/flutter ( 5251): 2023-06-21T04:36:54.916938 E initApp.<ac>: main error I/flutter ( 5251): HttpRequestException(404): <!doctype html><html class="no-js" lang="en"><head><meta charset="utf-8"><title>Page not found</title><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1"><style>html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-w

note that the page does exist and i can open it normally with launch https://login.sandbox.pre.swissid.ch:443/idp/oauth2/authorize

rbellens commented 1 year ago

Can you provide some more context, e.g. a code snippet? I can't help you with this.